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.2' > 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-lr0dg is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717163312495" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_rcptt_svc_cluster_local_rcpttx" name: "basic-lr0dg" 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-lr0dg" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-lr0dg" - 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-3206.vb_15dcf73f6a_9" 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-lr0dg 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-txjq6-slcb4 Still waiting to schedule task ‘rcptt-build-and-deploy-agent-3.5.4-txjq6-slcb4’ is offline Agent rcptt-build-and-deploy-agent-3.5.4-txjq6-slcb4 is provisioned from template rcptt-build-and-deploy-agent-3.5.4-txjq6 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1717163333448" buildUrl: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/job/master/1815/" runUrl: "job/master/1815/" labels: jenkins: "slave" jenkins/label-digest: "10cc13b1cec2d03130fae1f7ba9918cb88974a82" jenkins/label: "rcptt-build-and-deploy-agent-3_5_4" kubernetes.jenkins.io/controller: "http___jenkins-ui_rcptt_svc_cluster_local_rcpttx" name: "rcptt-build-and-deploy-agent-3.5.4-txjq6-slcb4" 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-txjq6-slcb4" - name: "JAVA_TOOL_OPTIONS" value: "-Xmx1G" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "rcptt-build-and-deploy-agent-3.5.4-txjq6-slcb4" - 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-3206.vb_15dcf73f6a_9" 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-txjq6-slcb4 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 7.4 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 62 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 43 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 7.4 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 27 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 5.8 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 39 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 217 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 74 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 38 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 186 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 131 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 723 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 163 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 91 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 624 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 196 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 148 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 23 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 31 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 47 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 5.6 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 16 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.9 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 7.3 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 76 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 161 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 21 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 18 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 9.7 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 288 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 17 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 15 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 8.4 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 17 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/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/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/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/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/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/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.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/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.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-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/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/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.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/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 658 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/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar (56 kB at 185 kB/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/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar (5.5 kB at 18 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 71 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] 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] 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 158 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/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar (284 kB at 593 kB/s) [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/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 539 kB/s) [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] 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 372 kB/s) [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 201 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 100 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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.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 145 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 4.2 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/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 4.6 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-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 19 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/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 17 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/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar (38 kB at 49 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/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 1.3 MB/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/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 165 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/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar (6.7 kB at 7.6 kB/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 18 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 51 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 32 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 4.6 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.5 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 13 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.3 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.2 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 1.0 MB/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 146 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 401 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 214 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 666 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 20 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 101 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 18 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 72 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 66 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 6.4 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 9.4 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 43 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 36 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 96 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 75 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 160 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 2.4 MB/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 8.8 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 68 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 35 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 386 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 28 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 122 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 635 kB/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 113 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 16 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 26 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 160 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 26 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 33 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 34 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 316 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 86 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/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar (20 kB at 122 kB/s) [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 326 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 168 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] 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] 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/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 304 kB/s) [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 685 kB/s) [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 329 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 127 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 2.0 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 110 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 578 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 868 kB/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 516 kB/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 476 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 110 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 218 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 19 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 117 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 402 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 96 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 340 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 23 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 787 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.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 98 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 886 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 34 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 63 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 145 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 41 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 23 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 18 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 8.5 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 20 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 41 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 42 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 30 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 21 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 42 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 13 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 19 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 24 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 67 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 235 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 589 kB/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 364 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 24 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 138 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 38 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 382 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 630 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 22 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 43 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 481 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.5 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 48 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 343 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 100 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 217 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 109 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 56 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 160 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 72 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 365 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 52 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 301 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 136 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 36 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 272 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 99 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 42 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 340 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 426 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 64 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 5.8 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 91 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 416 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 29 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 26 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 50 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 62 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 17 kB/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 48 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 14 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 51 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 176 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 78 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 28 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 7.2 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 19 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 74 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 14 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 15 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 72 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 17 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 26 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 43 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 42 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 328 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 44 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 46 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 70 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 33 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 155 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 117 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 113 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 110 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 170 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 26 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.0 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 76 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 108 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 59 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 48 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 37 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 22 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 59 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 47 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 51 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 47 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 507 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 103 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 66 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 197 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 70 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 48 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 45 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 352 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 42 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 176 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.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.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.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/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] 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] 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 115 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/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 147 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.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar (1.2 MB at 3.9 MB/s) [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 593 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] 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.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar (65 kB at 206 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 849 kB/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.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar (616 kB at 1.2 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.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar (680 kB at 1.3 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.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar (706 kB at 1.3 MB/s) [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.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar (672 kB at 1.1 MB/s) [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.0 MB/s) [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 5.4 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] 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] 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] 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.0 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/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] 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] 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 248 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/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar (111 kB at 147 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-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/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 17 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 49 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/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 659 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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 47 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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 240 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/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 335 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-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 82 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-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 43 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/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 186 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 41 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/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 33 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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 363 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 30 kB/s) [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 42 kB/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 118 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 311 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 217 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 965 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.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 141 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 667 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 63 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 70 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 358 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 173 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 432 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 60 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 179 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 60 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 131 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 364 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 294 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 24 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 91 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 104 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 3.0 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 148 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 108 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 191 kB/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 451 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 1.2 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 29 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 246 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 60 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 100 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 256 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 1.5 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 56 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 323 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 15 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 28 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 2.2 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 12 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 34 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 257 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 279 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 110 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 49 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 36 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 200 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 19 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 125 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 68 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 51 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 21 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 156 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 276 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 9.9 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 42 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 83 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 76 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 77 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 209 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 144 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 124 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 861 kB/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 350 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.3 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/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/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/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-guice/2.1.7/sisu-guice-2.1.7-noaop.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/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-model/3.0/maven-model-3.0.jar (165 kB at 969 kB/s) [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 305 kB/s) [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] 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] 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 283 kB/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-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 34 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 1.6 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] 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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 339 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] 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 1.1 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 786 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.1 MB/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 907 kB/s) [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 620 kB/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 5.9 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 2.8 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 104 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 315 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 290 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 42 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 52 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 23 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 28 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 13 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 16 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 36 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 219 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 215 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 52 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 22 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 21 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 18 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 57 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 176 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 19 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 42 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 141 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 460 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 25 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 33 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 190 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 5.6 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 94 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 51 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 99 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 42 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 209 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 22 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 55 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 59 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 274 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 53 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 154 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 298 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 104 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 198 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 62 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 217 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 20 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 17 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 28 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 68 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 49 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 21 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 35 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 157 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 162 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 642 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 64 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 136 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 600 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 478 kB/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 166 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 116 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-settings/3.8.1/maven-settings-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/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.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/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-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-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-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-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-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/commons-io/commons-io/2.11.0/commons-io-2.11.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/javax/enterprise/cdi-api/1.0/cdi-api-1.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/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/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/aopalliance/aopalliance/1.0/aopalliance-1.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-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-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/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/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/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.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 80 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.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] 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 28 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-builder/3.8.1/maven-settings-builder-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] 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 6.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/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 418 kB/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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 114 kB/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-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 148 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 224 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] 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 451 kB/s) [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] 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-model/3.8.1/maven-model-3.8.1.jar (215 kB at 1.1 MB/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] 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 73 kB/s) [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/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 259 kB/s) [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 244 kB/s) [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 707 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-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 100 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] 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] 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/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 147 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-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 126 kB/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/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 468 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.4/maven-shared-utils-3.3.4.jar (153 kB at 461 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.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 558 kB/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] 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] 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/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 818 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-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 419 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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 14 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/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 108 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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 490 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.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 882 kB/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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 9.5 kB/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-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 551 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-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 110 kB/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] 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 1.1 MB/s) [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/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 8.5 kB/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/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 9.0 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/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 91 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/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 3.8 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] 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 830 kB/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/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 33 kB/s) [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/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 377 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/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 20 kB/s) [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 13 kB/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] 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/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 1.1 MB/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/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 474 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 59 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 4.0 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 87 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 425 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 17 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 105 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 431 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 248 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 100 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/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 cbi: https://repo.eclipse.org/content/repositories/cbi/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/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/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 446 kB/s) [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 1.7 MB/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 66 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 7.6 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 17 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 246 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 134 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 56 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 13 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 25 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 9.3 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 9.3 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/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.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 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/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 26 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 133 kB/s) [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 64 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 13 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 6.7 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 663 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 235 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 222 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 46 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 70 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 494 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 85 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 143 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 230 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 33 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 64 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 85 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 36 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 184 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 23 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 66 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 37 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 55 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 100 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 199 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 138 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 871 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 122 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 611 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 446 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 28 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 115 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 13 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 71 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 114 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 88 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 135 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 105 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 55 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/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-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-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-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] 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] 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 307 kB/s) [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 198 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] 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-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 232 kB/s) [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 3.2 MB/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] 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/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 886 kB/s) [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 56 kB/s) [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 437 kB/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/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 201 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-api/1.7/aether-api-1.7.jar (74 kB at 282 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/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 107 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/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 404 kB/s) [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 113 kB/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 30 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 180 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 545 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] 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 881 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 222 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 14 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 36 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 130 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 293 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 33 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 17 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 26 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 98 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 176 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 23 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 101 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 42 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 48 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 192 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 119 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 54 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-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-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-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/junit/junit/3.8.1/junit-3.8.1.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/org/apache/ant/ant/1.9.4/ant-1.9.4.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/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-settings/2.2.1/maven-settings-2.2.1.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] 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 551 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 160 kB/s) [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 76 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 544 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] 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] 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/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 2.4 MB/s) [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.3 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] 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-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 298 kB/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/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 464 kB/s) [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 669 kB/s) [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 965 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 70 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 7.0 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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-767450110 [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-runtime4065386607857541464.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 92 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 39 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 92 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 31 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 12 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 27 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 23 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 35 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 47 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 22 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 31 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.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.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] 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 306 kB/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.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 135 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/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 127 kB/s) [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 195 kB/s) [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 1.8 MB/s) [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 232 kB/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] 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] 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] 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.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 115 kB/s) [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 123 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 401 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 1.9 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 13 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 163 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 1.7 MB/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 1.6 MB/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 64 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 39 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 19 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 44 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 240 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 62 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 27 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 68 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 246 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 30 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 14 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 27 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/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/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.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/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/slf4j/slf4j-api/1.5.6/slf4j-api-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/org/apache/maven/maven-monitor/2.2.1/maven-monitor-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 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/apache/maven/maven-core/2.2.1/maven-core-2.2.1.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] 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 166 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/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.0 MB/s) [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 450 kB/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/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/junit/junit/4.12/junit-4.12.jar (315 kB at 1.8 MB/s) [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 128 kB/s) [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] 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 1.3 MB/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 50 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 126 kB/s) [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 93 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] 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/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 61 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 56 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 67 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 186 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 [ 12.589 s] [INFO] dependencies ....................................... SUCCESS [ 0.009 s] [INFO] bundles ............................................ SUCCESS [ 0.009 s] [INFO] org.eclipse.rcptt.updates.aspectj.e44x ............. SUCCESS [ 37.696 s] [INFO] org.eclipse.rcptt.updates.kepler ................... SUCCESS [ 25.325 s] [INFO] org.eclipse.rcptt.updates.external.dependencies.rap SUCCESS [02:52 min] [INFO] org.eclipse.rcptt.updates.extra .................... SUCCESS [ 32.796 s] [INFO] features ........................................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.external.dependencies.feature .... SUCCESS [ 3.917 s] [INFO] org.eclipse.rcptt.external.dependencies.rap.feature SUCCESS [ 8.822 s] [INFO] dependencies 2.5.5-SNAPSHOT ........................ SUCCESS [ 9.087 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:09 min [INFO] Finished at: 2024-05-31T13:58:19Z [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/ (5.3MB of 12.46MB at 5.28MB/s) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (11.14MB of 12.46MB at 5.57MB/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 2 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s - in org.eclipse.rcptt.ecl.perf.tests.TimePerfTest testSimple(org.eclipse.rcptt.ecl.perf.tests.TimePerfTest) Time elapsed: 0.416 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.586 s - in org.eclipse.rcptt.ecl.doc.tests.EclDocTest test01(org.eclipse.rcptt.ecl.doc.tests.EclDocTest) Time elapsed: 1.513 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.111 s - in org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0.005 s testLexer002(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 s testLexer003(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 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.001 s testNewLineWithSpaces(org.eclipse.rcptt.ecl.parser.test.SimpleLexerTest) Time elapsed: 0 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.687 s - in org.eclipse.rcptt.ecl.parser.test.SimpleParserTest testCurlyArgWithCommentInside(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.174 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.001 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.001 s testCommandAfterNewLines(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testParser001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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.002 s testParser001g(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 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 s testNewlineBeforePlus(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testLexer001(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 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 s testParser010(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 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.066 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.001 s testScringEscapeWithinCurly(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 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.003 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 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 s testCommandAfterCommandAndComment(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testCommentsAndEolAtEof(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 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.001 s testLexer001d(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 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.002 s testNewLineWithSpacesAfterCommand(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 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.001 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.001 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.001 s testClosedBraceWithRandomComments(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s testSubCommandOnANewLine(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNewlineAtEOF(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testNoNestedSequences(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0.001 s testMultipleNewlinesBetweenCommands(org.eclipse.rcptt.ecl.parser.test.SimpleParserTest) Time elapsed: 0 s Running org.eclipse.rcptt.ecl.parser.test.ExecServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.rcptt.ecl.parser.test.ExecServiceTest letExpression(org.eclipse.rcptt.ecl.parser.test.ExecServiceTest) Time elapsed: 0.482 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.818 s - in org.eclipse.rcptt.ecl.core.tests.StatusesTest testTimeout(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.592 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.001 s testStackTrace(org.eclipse.rcptt.ecl.core.tests.StatusesTest) Time elapsed: 0.004 s Running org.eclipse.rcptt.ecl.core.tests.FormatterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.rcptt.ecl.core.tests.FormatterTest testSmallLineWidth(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.007 s testSmallIndent(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.001 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.064 s test05(org.eclipse.rcptt.ecl.core.tests.FormatterTest) Time elapsed: 0.011 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.034 s - in org.eclipse.rcptt.ecl.core.tests.LocalCoreTest testExec1(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.003 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.004 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.002 s testIsPipeEmpty2(org.eclipse.rcptt.ecl.core.tests.LocalCoreTest) Time elapsed: 0.002 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.144 s - in org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest testSmallIndent(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.017 s testBoolArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0.001 s testEmpty(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 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.001 s testBigWrap(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 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.001 s testNoArgs(org.eclipse.rcptt.core.ecl.formatter.test.FormatterTest) Time elapsed: 0 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.945 s - in org.eclipse.rcptt.ecl.operations.tests.FindAllTest testFindAllFail(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.814 s testMatchedSubstring(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.02 s testGroups(org.eclipse.rcptt.ecl.operations.tests.FindAllTest) Time elapsed: 0.007 s Running org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest testParseFail(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.057 s testDate(org.eclipse.rcptt.ecl.operations.tests.ParseTimeTest) Time elapsed: 0.002 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.52 s - in org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession testCommandExecution001(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 1.081 s processDiesIfSessionIsClosed(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.161 s errorIsReported(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.056 s istatusPropagatesTraces(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.065 s simpleExecution(org.eclipse.rcptt.ecl.internal.client.tcp.tests.TestTcpSession) Time elapsed: 0.056 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: 1.325 s - in org.eclipse.rcptt.ecl.data.tests.WriteLinesTest failToWriteInDir(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.996 s writeToNewFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.034 s writeTwiceToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.084 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.059 s writeToExistingFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.005 s writeToClosedProject(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.02 s appendToFilesystem(org.eclipse.rcptt.ecl.data.tests.WriteLinesTest) Time elapsed: 0.013 s Running org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest testFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.093 s testProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.152 s testAbsentProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.007 s testFolder(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.05 s testWorkspace(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.079 s testAbsentFile(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.016 s testAbsentFolderInExistingProject(org.eclipse.rcptt.ecl.data.tests.GetFileChildrenTest) Time elapsed: 0.009 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.019 s - in org.eclipse.rcptt.ecl.data.tests.ReadFileTest testReadFile(org.eclipse.rcptt.ecl.data.tests.ReadFileTest) Time elapsed: 0.016 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.169 s - in org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests write(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.031 s testSimple(org.eclipse.rcptt.ecl.data.tests.ReadCsvFileTests) Time elapsed: 0.072 s Running org.eclipse.rcptt.ecl.data.tests.DeleteFileTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.rcptt.ecl.data.tests.DeleteFileTest testWorkspaceFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.086 s testInput(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.018 s testProject(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.086 s testDeleteFilesystemFolder(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.002 s testDeleteWorkspace(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.014 s testDeleteFilesystemFile(org.eclipse.rcptt.ecl.data.tests.DeleteFileTest) Time elapsed: 0.002 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.794 s - in org.eclipse.rcptt.core.search.test.TagsContentAssistTest testTag1And(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.69 s testTag(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.002 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.001 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.001 s testTagWithCloseParenthesis(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0 s testTag1Space(org.eclipse.rcptt.core.search.test.TagsContentAssistTest) Time elapsed: 0.001 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.111 s - in org.eclipse.rcptt.core.ecl.parser.test.ModelTest testSimpleProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.009 s testTwoProcs(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testOneParamProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s testLocalBeforeLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.002 s testComplexProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.002 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 s testLetInProc(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0.001 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.001 s testSimpleInsideLet(org.eclipse.rcptt.core.ecl.parser.test.ModelTest) Time elapsed: 0 s Running org.eclipse.rcptt.core.ecl.parser.test.CompleterTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.002 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.001 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.001 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 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.07 s - in org.eclipse.rcptt.core.ecl.parser.test.NewParserTest simpleCmd(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 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.058 s compPipeArg(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 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 s twoPipes(org.eclipse.rcptt.core.ecl.parser.test.NewParserTest) Time elapsed: 0.001 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.001 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.004 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.004 s - in org.eclipse.rcptt.core.ecl.parser.test.ResolverTest testParamAsArg(org.eclipse.rcptt.core.ecl.parser.test.ResolverTest) Time elapsed: 0.001 s Running org.eclipse.rcptt.core.ecl.parser.test.ParserTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.001 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.001 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 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 - 61ms New Time - 52ms Scan Time - 23ms Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.427 s - in org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest test1(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 1.141 s testScanner(org.eclipse.rcptt.core.ecl.parser.test.PerformanceTest) Time elapsed: 0.28 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.484 s - in org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest testAssertChildren(org.eclipse.rcptt.verifications.tree.test.TreeComparisonTest) Time elapsed: 0.374 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: 2.591 s - in org.eclipse.rcptt.core.tests.model.ModelMembersTests testElementExistance(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 1.333 s testFindContext(org.eclipse.rcptt.core.tests.model.ModelMembersTests) Time elapsed: 0.006 s Running org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests testWritePlainFile(org.eclipse.rcptt.core.tests.model.plainformat.PlainFormatTests) Time elapsed: 0.006 s Running org.eclipse.rcptt.core.tests.model.WorkingCopyTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s - in org.eclipse.rcptt.core.tests.model.WorkingCopyTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.WorkingCopyTests) Time elapsed: 0.592 s Running org.eclipse.rcptt.core.tests.model.DeltaTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.13 s - in org.eclipse.rcptt.core.tests.model.DeltaTests testNewTestcaseAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 0.947 s testDeleteTestcase(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.055 s testNewFolderAppear(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 0.954 s testElementRename(org.eclipse.rcptt.core.tests.model.DeltaTests) Time elapsed: 1.109 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.rcptt.internal.core.jobs.JobManager$ProgressJob [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.900 s] [INFO] ecl-plugins ........................................ SUCCESS [ 0.065 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 21.115 s] [INFO] org.eclipse.rcptt.ecl.client.tcp ................... SUCCESS [ 4.514 s] [INFO] org.eclipse.rcptt.ecl.dispatch ..................... SUCCESS [ 4.717 s] [INFO] org.eclipse.rcptt.ecl.filesystem ................... SUCCESS [ 4.802 s] [INFO] core 2.5.5-SNAPSHOT ................................ SUCCESS [ 0.009 s] [INFO] rcptt.core ......................................... SUCCESS [ 0.011 s] [INFO] org.eclipse.rcptt.logging .......................... SUCCESS [ 5.676 s] [INFO] org.eclipse.rcptt.tesla.core.context ............... SUCCESS [ 4.858 s] [INFO] org.eclipse.rcptt.util ............................. SUCCESS [ 4.827 s] [INFO] org.eclipse.rcptt.tesla.core ....................... SUCCESS [ 14.271 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 8.808 s] [INFO] org.eclipse.rcptt.ecl.data ......................... SUCCESS [ 6.340 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi .............. SUCCESS [ 4.767 s] [INFO] org.eclipse.rcptt.ecl.parser ....................... SUCCESS [ 5.158 s] [INFO] org.eclipse.rcptt.ecl.debug.runtime ................ SUCCESS [ 7.333 s] [INFO] org.eclipse.rcptt.ecl.debug.core ................... SUCCESS [ 4.971 s] [INFO] org.eclipse.rcptt.ecl.debug.ui ..................... SUCCESS [ 6.410 s] [INFO] org.eclipse.rcptt.ecl.doc .......................... SUCCESS [ 4.740 s] [INFO] org.eclipse.rcptt.ecl.perf ......................... SUCCESS [ 7.226 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 7.379 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 6.808 s] [INFO] org.eclipse.rcptt.ecl.popup ........................ SUCCESS [ 7.718 s] [INFO] org.eclipse.rcptt.ecl.popup.ui ..................... SUCCESS [ 4.882 s] [INFO] org.eclipse.rcptt.ecl.server.tcp ................... SUCCESS [ 9.691 s] [INFO] org.eclipse.rcptt.ecl.server.tcp.ui ................ SUCCESS [ 4.632 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 4.788 s] [INFO] org.eclipse.rcptt.ecl.telnet.server ................ SUCCESS [ 4.864 s] [INFO] org.eclipse.rcptt.ecl.telnet.server.ui ............. SUCCESS [ 4.999 s] [INFO] org.eclipse.rcptt.ecl.operations ................... SUCCESS [ 7.504 s] [INFO] org.eclipse.rcptt.ecl.interop ...................... SUCCESS [ 5.018 s] [INFO] ecl-features ....................................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.ecl.core ......................... SUCCESS [ 7.228 s] [INFO] org.eclipse.rcptt.ecl.ide .......................... SUCCESS [ 7.317 s] [INFO] org.eclipse.rcptt.ecl.server ....................... SUCCESS [ 4.981 s] [INFO] org.eclipse.rcptt.ecl.shell ........................ SUCCESS [ 7.681 s] [INFO] org.eclipse.rcptt.ecl.platform ..................... SUCCESS [ 7.471 s] [INFO] org.eclipse.rcptt.ecl.platform.ui .................. SUCCESS [ 7.228 s] [INFO] org.eclipse.rcptt.ecl.sdk .......................... SUCCESS [ 7.319 s] [INFO] org.eclipse.rcptt.ecl.server.ui .................... SUCCESS [ 4.634 s] [INFO] ecl-tests .......................................... SUCCESS [ 0.075 s] [INFO] org.eclipse.rcptt.ecl.parser.test .................. SUCCESS [ 13.798 s] [INFO] org.eclipse.rcptt.ecl.operations.tests ............. SUCCESS [ 13.090 s] [INFO] org.eclipse.rcptt.ecl.data.tests ................... SUCCESS [ 14.637 s] [INFO] org.eclipse.rcptt.ecl.core.tests ................... SUCCESS [ 15.163 s] [INFO] org.eclipse.rcptt.ecl.client.tcp.tests ............. SUCCESS [ 14.641 s] [INFO] org.eclipse.rcptt.ecl.perf.tests ................... SUCCESS [ 16.018 s] [INFO] org.eclipse.rcptt.ecl.doc.tests .................... SUCCESS [ 13.982 s] [INFO] ecl-repository ..................................... SUCCESS [ 5.300 s] [INFO] watson ............................................. SUCCESS [ 0.009 s] [INFO] org.eclipse.rcptt.watson.core ...................... SUCCESS [ 7.088 s] [INFO] org.eclipse.rcptt.watson.jobs ...................... SUCCESS [ 4.861 s] [INFO] org.eclipse.rcptt.watson ........................... SUCCESS [ 4.660 s] [INFO] org.eclipse.rcptt.watson.ui ........................ SUCCESS [ 4.834 s] [INFO] org.eclipse.rcptt.tesla.recording.core ............. SUCCESS [ 4.837 s] [INFO] org.eclipse.rcptt.tesla ............................ SUCCESS [ 4.765 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl ......... SUCCESS [ 5.140 s] [INFO] org.eclipse.rcptt.tesla.ecl ........................ SUCCESS [ 7.347 s] [INFO] org.eclipse.rcptt.core.scenario .................... SUCCESS [ 4.777 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 7.736 s] [INFO] org.eclipse.rcptt.core.search ...................... SUCCESS [ 4.823 s] [INFO] org.eclipse.rcptt.reporting ........................ SUCCESS [ 4.975 s] [INFO] rcptt.core.verifications ........................... SUCCESS [ 0.010 s] [INFO] org.eclipse.rcptt.verifications .................... SUCCESS [ 4.748 s] [INFO] org.eclipse.rcptt.core.ecl.core .................... SUCCESS [ 6.899 s] [INFO] org.eclipse.rcptt.core.ecl.scanner ................. SUCCESS [ 4.937 s] [INFO] org.eclipse.rcptt.core.ecl.parser .................. SUCCESS [ 4.841 s] [INFO] org.eclipse.rcptt.core.builder ..................... SUCCESS [ 6.985 s] [INFO] org.eclipse.rcptt.core.launching ................... SUCCESS [ 5.304 s] [INFO] rcptt.core.contexts ................................ SUCCESS [ 0.006 s] [INFO] org.eclipse.rcptt.ctx.debug ........................ SUCCESS [ 4.806 s] [INFO] org.eclipse.rcptt.ctx.group ........................ SUCCESS [ 5.168 s] [INFO] org.eclipse.rcptt.ctx.preferences .................. SUCCESS [ 4.989 s] [INFO] org.eclipse.rcptt.resources ........................ SUCCESS [ 5.314 s] [INFO] org.eclipse.rcptt.ctx.resources .................... SUCCESS [ 6.466 s] [INFO] org.eclipse.rcptt.ctx.script ....................... SUCCESS [ 4.185 s] [INFO] org.eclipse.rcptt.ctx.super ........................ SUCCESS [ 4.867 s] [INFO] org.eclipse.rcptt.ctx.capability ................... SUCCESS [ 7.078 s] [INFO] org.eclipse.rcptt.ctx.workbench .................... SUCCESS [ 5.484 s] [INFO] org.eclipse.rcptt.ctx.parameters ................... SUCCESS [ 7.206 s] [INFO] org.eclipse.rcptt.ctx.filesystem ................... SUCCESS [ 7.362 s] [INFO] org.eclipse.rcptt.ctx.extensions ................... SUCCESS [ 5.443 s] [INFO] org.eclipse.rcptt.verifications.time ............... SUCCESS [ 7.596 s] [INFO] org.eclipse.rcptt.verifications.text ............... SUCCESS [ 7.284 s] [INFO] org.eclipse.rcptt.verifications.log ................ SUCCESS [ 7.551 s] [INFO] org.eclipse.rcptt.verifications.tree ............... SUCCESS [ 5.340 s] [INFO] org.eclipse.rcptt.verifications.resources .......... SUCCESS [ 5.112 s] [INFO] org.eclipse.rcptt.util.resources ................... SUCCESS [ 4.887 s] [INFO] org.eclipse.rcptt.core.swt ......................... SUCCESS [ 4.498 s] [INFO] org.eclipse.rcptt.core.swt.win64 ................... SUCCESS [ 7.332 s] [INFO] org.eclipse.rcptt.core.ecl.formatter ............... SUCCESS [ 4.982 s] [INFO] org.eclipse.rcptt.core.ecl.highlighter ............. SUCCESS [ 7.217 s] [INFO] org.eclipse.rcptt.expandbar ........................ SUCCESS [ 4.597 s] [INFO] org.eclipse.rcptt.core ............................. SUCCESS [ 9.701 s] [INFO] rcptt.core.tests ................................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.core.tests ....................... SUCCESS [ 37.403 s] [INFO] org.eclipse.rcptt.core.ecl.formatter.test .......... SUCCESS [ 13.505 s] [INFO] org.eclipse.rcptt.core.ecl.parser.test ............. SUCCESS [ 14.600 s] [INFO] org.eclipse.rcptt.verifications.tree.test .......... SUCCESS [ 13.848 s] [INFO] org.eclipse.rcptt.core.search.test ................. SUCCESS [ 14.752 s] [INFO] core-repository 2.5.5-SNAPSHOT ..................... SUCCESS [ 9.308 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:14 min [INFO] Finished at: 2024-05-31T14:11:39Z [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 42 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 144 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 305 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 76 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 850 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.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 59 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 61 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 216 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/ (5.17MB of 12.63MB at 5.16MB/s) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from https://download.eclipse.org/swtchart/releases/0.12.0/repository/plugins/ (12.62MB of 12.63MB at 6.3MB/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 3.4 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.0 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 28 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 102 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 905 kB/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 166 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 27 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 42 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 179 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 750 kB/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 18 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 46 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 116 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 35 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 172 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 19 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 30 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 44 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 10.0 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 59 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 400 kB/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 31 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 17 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 231 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 19 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 35 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 72 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 61 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 163 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 117 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 312 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 116 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 43 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 28 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 58 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 112 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 26 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 170 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 1.2 MB/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 270 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 108 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 133 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 29 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 15 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 37 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 24 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 20 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 23 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 21 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 21 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 31 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 73 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 30 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 32 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 29 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 31 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 32 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 78 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 122 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 245 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 354 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 175 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 233 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 3.4 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 7.6 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 93 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 44 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 2.4 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 2.8 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 1.1 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 88 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 9.6 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 28 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 1.9 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 2.4 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 79 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 20 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 187 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 1.5 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.2 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 131 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 128 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 91 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 22 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 52 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 234 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 51 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 15 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 250 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 37 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 29 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 149 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 8.9 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 62 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 326 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 178 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 140 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 256 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 63 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 125 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 268 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 317 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 334 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 105 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 33 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 155 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 52 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 21 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 61 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 19 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 3.0 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 120 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 146 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 11 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 74 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 173 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 257 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 63 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 83 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 56 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 17 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/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/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/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/commons/commons-text/1.3/commons-text-1.3.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/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-xhtml/1.10/doxia-module-xhtml-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/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/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] 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] 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 327 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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 1.0 MB/s) [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 812 kB/s) [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 234 kB/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] 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] 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 252 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.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 1.8 MB/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] 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/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 756 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] 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 39 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.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-sink-api/1.10/doxia-sink-api-1.10.jar (12 kB at 37 kB/s) [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 206 kB/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] 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-core/1.10/doxia-core-1.10.jar (218 kB at 675 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/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 977 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] 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 177 kB/s) [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/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 11 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] 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 41 kB/s) [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/apache/maven/doxia/doxia-module-xhtml/1.10/doxia-module-xhtml-1.10.jar (17 kB at 43 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/apache/maven/doxia/doxia-module-xhtml5/1.10/doxia-module-xhtml5-1.10.jar (18 kB at 44 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/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 29 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/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 567 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/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 19 kB/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/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 605 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/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 689 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/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 371 kB/s) [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 885 kB/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] 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/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 280 kB/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/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 175 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 126 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-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 90 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/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 31 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 102 kB/s) [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 756 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 958 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.2.0/maven-shared-utils-3.2.0.jar (165 kB at 255 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 13 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: 1609 Starting application: 5275 Application started in : 14691ms Running org.eclipse.rcptt.watson.test.ReportProviderManagerTest !SESSION 2024-05-31 14:18:38.668 ----------------------------------------------- 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-31 14:18:54.762 !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.389 s - in org.eclipse.rcptt.watson.test.ReportProviderManagerTest statusStackTraceIsLogged(org.eclipse.rcptt.watson.test.ReportProviderManagerTest) Time elapsed: 0.275 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-05-31 14:18:55.956 !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.vector, jdk.incubator.foreign 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: 2122 [org.eclipse.equinox.weaving.aspectj] info Starting AspectJ weaving service ... Starting application: 6400 [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.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.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.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.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.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.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 : 26992ms [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.103 s - in org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest testBundleEntry(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0.002 s testFileClass(org.eclipse.rcptt.tesla.jface.aspects.test.DescriptorInfoTest) Time elapsed: 0.001 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.1 s - in org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest compositeOverComposite(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.088 s getImageData(org.eclipse.rcptt.tesla.jface.aspects.test.ImageSourcesTest) Time elapsed: 0.003 s Results: Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 !SESSION 2024-05-31 14:21:45.455 ----------------------------------------------- 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-31 14:22:15.751 !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.foreign, jdk.incubator.vector 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: 2382 [org.eclipse.equinox.weaving.aspectj] info Starting AspectJ weaving service ... Starting application: 6467 [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 : 25700ms [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.219 s - in org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest createImage(org.eclipse.rcptt.tesla.swt.aspects.test.ImagesAspectTest) Time elapsed: 0.099 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.002 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 !SESSION 2024-05-31 14:22:25.788 ----------------------------------------------- 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-31 14:22:54.253 !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: 1904 Starting application: 5308 Application started in : 14497ms !SESSION 2024-05-31 14:23:58.153 ----------------------------------------------- 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-31 14:24:12.842 !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 1717165454045: UIJobCollector(717151165): enable 1717165454142: UIJobCollector(717151165): Nothing left 1717165454142: UIJobCollector(717151165): Result: true 1717165454142: UIJobCollector(717151165): No active jobs 1717165454341: UIJobCollector(1763878389): Nothing left 1717165454341: UIJobCollector(1763878389): Result: true 1717165454341: UIJobCollector(1763878389): No active jobs 1717165454685: UIJobCollector(1763878389): Nothing left 1717165454686: UIJobCollector(1763878389): Result: true 1717165454686: UIJobCollector(1763878389): No active jobs 1717165454745: UIJobCollector(625088521): enable 1717165454799: UIJobCollector(625088521): Result: true 1717165454799: UIJobCollector(625088521): No active jobs 1717165454800: UIJobCollector(377941381): enable 1717165454900: UIJobCollector(377941381): Nothing left 1717165454901: UIJobCollector(377941381): Result: true 1717165454901: UIJobCollector(377941381): No active jobs 1717165454901: UIJobCollector(377941381): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165454902: UIJobCollector(377941381): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165454902: UIJobCollector(377941381): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165454961: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -58, blocked for 0, running for 59 1717165454965: UIJobCollector(377941381): sleep is blocked 1717165454966: UIJobCollector(377941381): Result: false 1717165454979: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455042: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -140, blocked for 77, running for 0 1717165455043: UIJobCollector(377941381): Result: false 1717165455044: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455094: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -192, blocked for 129, running for 0 1717165455095: UIJobCollector(377941381): Result: false 1717165455096: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455147: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -244, blocked for 181, running for 0 1717165455147: UIJobCollector(377941381): Result: false 1717165455148: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455198: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -296, blocked for 233, running for 0 1717165455199: UIJobCollector(377941381): Result: false 1717165455199: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455250: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -348, blocked for 285, running for 0 1717165455251: UIJobCollector(377941381): Result: false 1717165455251: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455302: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -400, blocked for 337, running for 0 1717165455303: UIJobCollector(377941381): Result: false 1717165455303: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455354: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -451, blocked for 388, running for 0 1717165455355: UIJobCollector(377941381): Result: false 1717165455355: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455405: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -503, blocked for 440, running for 0 1717165455406: UIJobCollector(377941381): Result: false 1717165455406: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455457: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -554, blocked for 491, running for 0 1717165455458: UIJobCollector(377941381): Result: false 1717165455458: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455509: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -606, blocked for 543, running for 0 1717165455509: UIJobCollector(377941381): Result: false 1717165455510: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455563: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -660, blocked for 597, running for 0 1717165455563: UIJobCollector(377941381): Result: false 1717165455564: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455615: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -712, blocked for 649, running for 0 1717165455615: UIJobCollector(377941381): Result: false 1717165455616: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455666: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -764, blocked for 701, running for 0 1717165455667: UIJobCollector(377941381): Result: false 1717165455668: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455719: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -817, blocked for 754, running for 0 1717165455720: UIJobCollector(377941381): Result: false 1717165455721: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455772: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -869, blocked for 806, running for 0 1717165455772: UIJobCollector(377941381): Result: false 1717165455773: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455824: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -921, blocked for 858, running for 0 1717165455824: UIJobCollector(377941381): Result: false 1717165455825: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455875: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -973, blocked for 910, running for 0 1717165455876: UIJobCollector(377941381): Result: false 1717165455876: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455927: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1025, blocked for 962, running for 0 1717165455928: UIJobCollector(377941381): Result: false 1717165455928: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165455979: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1077, blocked for 1014, running for 0 1717165455980: UIJobCollector(377941381): Result: false 1717165455980: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456031: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1128, blocked for 1065, running for 0 1717165456031: UIJobCollector(377941381): Result: false 1717165456032: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456083: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1181, blocked for 1118, running for 0 1717165456084: UIJobCollector(377941381): Result: false 1717165456085: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456136: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1233, blocked for 1170, running for 0 1717165456136: UIJobCollector(377941381): Result: false 1717165456137: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456187: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1285, blocked for 1222, running for 0 1717165456188: UIJobCollector(377941381): Result: false 1717165456188: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456239: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1337, blocked for 1274, running for 0 1717165456240: UIJobCollector(377941381): Result: false 1717165456240: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456290: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1388, blocked for 1325, running for 0 1717165456291: UIJobCollector(377941381): Result: false 1717165456291: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456342: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1439, blocked for 1376, running for 0 1717165456342: UIJobCollector(377941381): Result: false 1717165456343: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456394: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1491, blocked for 1428, running for 0 1717165456394: UIJobCollector(377941381): Result: false 1717165456395: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456446: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1543, blocked for 1480, running for 0 1717165456446: UIJobCollector(377941381): Result: false 1717165456447: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456498: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1595, blocked for 1532, running for 0 1717165456498: UIJobCollector(377941381): Result: false 1717165456499: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456549: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1647, blocked for 1584, running for 0 1717165456550: UIJobCollector(377941381): Result: false 1717165456550: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456601: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1698, blocked for 1635, running for 0 1717165456601: UIJobCollector(377941381): Result: false 1717165456602: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456652: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1750, blocked for 1687, running for 0 1717165456653: UIJobCollector(377941381): Result: false 1717165456653: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456703: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1801, blocked for 1738, running for 0 1717165456704: UIJobCollector(377941381): Result: false 1717165456704: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456754: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1852, blocked for 1789, running for 0 1717165456755: UIJobCollector(377941381): Result: false 1717165456755: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456807: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1905, blocked for 1842, running for 0 1717165456807: UIJobCollector(377941381): Result: false 1717165456808: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456858: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1956, blocked for 1893, running for 0 1717165456859: UIJobCollector(377941381): Result: false 1717165456859: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456911: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2009, blocked for 1946, running for 0 1717165456912: UIJobCollector(377941381): Result: false 1717165456912: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165456962: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2060, blocked for 1997, running for 0 1717165456963: UIJobCollector(377941381): Result: false 1717165456963: UIJobCollector(377941381): Active jobs: [sleep(35)] 1717165457013: UIJobCollector(377941381): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2111, blocked for 2048, running for 0 1717165457014: UIJobCollector(377941381): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2112, blocked for 2049, running for 0 1717165457014: UIJobCollector(377941381): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2112, blocked for 2049, running for 0 1717165457014: UIJobCollector(377941381): Result: true 1717165457015: UIJobCollector(377941381): No active jobs 1717165457908: UIJobCollector(377941381): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3006, blocked for 2943, running for 0 1717165457909: UIJobCollector(377941381): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3007, blocked for 2944, running for 0 1717165457939: UIJobCollector(1167929062): enable 1717165457990: UIJobCollector(1167929062): Nothing left 1717165457990: UIJobCollector(1167929062): Result: true 1717165457990: UIJobCollector(1167929062): No active jobs 1717165457991: UIJobCollector(639264440): enable 1717165457991: UIJobCollector(639264440): Nothing left 1717165457991: UIJobCollector(639264440): Result: true 1717165457991: UIJobCollector(639264440): No active jobs 1717165457993: UIJobCollector(1319921115): enable 1717165458043: UIJobCollector(1319921115): Result: true 1717165458044: UIJobCollector(1319921115): No active jobs 1717165458044: UIJobCollector(2021979938): enable 1717165458144: UIJobCollector(2021979938): Nothing left 1717165458144: UIJobCollector(2021979938): Result: true 1717165458144: UIJobCollector(2021979938): No active jobs 1717165458145: UIJobCollector(2021979938): disable 1717165458146: UIJobCollector(2021979938): enable 1717165458147: UIJobCollector(2021979938): 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 1717165458148: UIJobCollector(2021979938): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 9999, blocked for 0, running for 1 1717165458148: UIJobCollector(2021979938): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 9999, blocked for 0, running for 1 1717165458649: UIJobCollector(2021979938): Not active: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), SLEEPING, status: UNKNOWN, is active: false, delay: 9498, blocked for 0, running for 502 1717165458650: UIJobCollector(2021979938): Result: true 1717165458650: UIJobCollector(2021979938): No active jobs 1717165458650: UIJobCollector(2021979938): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9497, blocked for 0, running for 503 1717165458650: UIJobCollector(2021979938): enable 1717165458651: UIJobCollector(2021979938): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9496, blocked for 0, running for 504 1717165458651: UIJobCollector(2021979938): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9496, blocked for 0, running for 504 1717165458654: UIJobCollector(1811786362): enable 1717165458705: UIJobCollector(1811786362): Nothing left 1717165458706: UIJobCollector(1811786362): Result: true 1717165458706: UIJobCollector(1811786362): No active jobs 1717165458706: UIJobCollector(2117932686): enable 1717165458810: UIJobCollector(2117932686): Nothing left 1717165458810: UIJobCollector(2117932686): Result: true 1717165458810: UIJobCollector(2117932686): No active jobs 1717165458810: UIJobCollector(2117932686): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165458811: UIJobCollector(2117932686): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 1 1717165458811: UIJobCollector(2117932686): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 1 1717165458811: UIJobCollector(2117932686): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 60000, blocked for 0, running for 1 1717165458811: UIJobCollector(2117932686): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1717165458811: UIJobCollector(2117932686): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 500, blocked for 0, running for 1 1717165458812: UIJobCollector(2117932686): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), SLEEPING, status: UNKNOWN, is active: true, delay: 499, blocked for 0, running for 2 1717165458812: UIJobCollector(2117932686): Result: false 1717165458812: UIJobCollector(2117932686): Active jobs: [busyloop(55)] 1717165458812: UIJobCollector(2117932686): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 499, blocked for 0, running for 2 1717165458813: UIJobCollector(2117932686): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 498, blocked for 0, running for 3 1717165458813: UIJobCollector(1172716014): enable 1717165458863: UIJobCollector(1172716014): Nothing left 1717165458863: UIJobCollector(1172716014): Result: true 1717165458863: UIJobCollector(1172716014): No active jobs 1717165458864: UIJobCollector(2012231958): enable 1717165458966: UIJobCollector(2012231958): Result: true 1717165458966: UIJobCollector(2012231958): No active jobs 1717165458966: UIJobCollector(2012231958): Result: true 1717165458966: UIJobCollector(2012231958): No active jobs 1717165458966: UIJobCollector(2012231958): 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 1717165458967: UIJobCollector(2012231958): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165458967: UIJobCollector(2012231958): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165458968: UIJobCollector(2012231958): event: rescheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165458968: UIJobCollector(2012231958): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 2 1717165458968: UIJobCollector(2012231958): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 2 1717165459468: UIJobCollector(2012231958): Not active: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), SLEEPING, status: UNKNOWN, is active: false, delay: 9500, blocked for 0, running for 502 1717165459468: UIJobCollector(2012231958): Result: true 1717165459468: UIJobCollector(2012231958): No active jobs 1717165459469: UIJobCollector(2012231958): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 503 1717165459469: UIJobCollector(2012231958): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 503 1717165459471: UIJobCollector(1838426355): enable 1717165459521: UIJobCollector(1838426355): Nothing left 1717165459521: UIJobCollector(1838426355): Result: true 1717165459521: UIJobCollector(1838426355): No active jobs 1717165459521: UIJobCollector(1254202310): enable 1717165459625: UIJobCollector(1254202310): Nothing left 1717165459625: UIJobCollector(1254202310): Result: true 1717165459625: UIJobCollector(1254202310): No active jobs 1717165459626: UIJobCollector(1254202310): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165459626: UIJobCollector(1254202310): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165459626: UIJobCollector(1254202310): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165459677: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -51, blocked for 0, running for 51 1717165459677: UIJobCollector(1254202310): sleep is blocked 1717165459677: UIJobCollector(1254202310): Result: false 1717165459678: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165459729: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -102, blocked for 51, running for 0 1717165459729: UIJobCollector(1254202310): Result: false 1717165459729: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165459779: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -153, blocked for 102, running for 0 1717165459780: UIJobCollector(1254202310): Result: false 1717165459780: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165459830: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -204, blocked for 153, running for 0 1717165459831: UIJobCollector(1254202310): Result: false 1717165459831: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165459882: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -256, blocked for 205, running for 0 1717165459882: UIJobCollector(1254202310): Result: false 1717165459882: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165459932: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -306, blocked for 255, running for 0 1717165459933: UIJobCollector(1254202310): Result: false 1717165459933: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165459983: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -357, blocked for 306, running for 0 1717165459984: UIJobCollector(1254202310): Result: false 1717165459984: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460034: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -408, blocked for 357, running for 0 1717165460034: UIJobCollector(1254202310): Result: false 1717165460035: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460086: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -460, blocked for 409, running for 0 1717165460086: UIJobCollector(1254202310): Result: false 1717165460086: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460137: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -511, blocked for 460, running for 0 1717165460137: UIJobCollector(1254202310): Result: false 1717165460137: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460188: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -561, blocked for 510, running for 0 1717165460188: UIJobCollector(1254202310): Result: false 1717165460188: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460239: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -613, blocked for 562, running for 0 1717165460240: UIJobCollector(1254202310): Result: false 1717165460240: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460290: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -664, blocked for 613, running for 0 1717165460290: UIJobCollector(1254202310): Result: false 1717165460291: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460342: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -716, blocked for 665, running for 0 1717165460342: UIJobCollector(1254202310): Result: false 1717165460343: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460394: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -768, blocked for 717, running for 0 1717165460394: UIJobCollector(1254202310): Result: false 1717165460395: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460446: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -820, blocked for 769, running for 0 1717165460446: UIJobCollector(1254202310): Result: false 1717165460447: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460497: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -871, blocked for 820, running for 0 1717165460497: UIJobCollector(1254202310): Result: false 1717165460498: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460551: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -924, blocked for 873, running for 0 1717165460553: UIJobCollector(1254202310): Result: false 1717165460554: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460604: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -978, blocked for 927, running for 0 1717165460604: UIJobCollector(1254202310): Result: false 1717165460605: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460655: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1029, blocked for 978, running for 0 1717165460655: UIJobCollector(1254202310): Result: false 1717165460656: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460706: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1080, blocked for 1029, running for 0 1717165460707: UIJobCollector(1254202310): Result: false 1717165460707: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460757: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1131, blocked for 1080, running for 0 1717165460757: UIJobCollector(1254202310): Result: false 1717165460758: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460809: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1183, blocked for 1132, running for 0 1717165460809: UIJobCollector(1254202310): Result: false 1717165460810: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460861: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1235, blocked for 1184, running for 0 1717165460861: UIJobCollector(1254202310): Result: false 1717165460862: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460912: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1286, blocked for 1235, running for 0 1717165460913: UIJobCollector(1254202310): Result: false 1717165460913: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165460963: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1337, blocked for 1286, running for 0 1717165460964: UIJobCollector(1254202310): Result: false 1717165460964: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461014: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1388, blocked for 1337, running for 0 1717165461014: UIJobCollector(1254202310): Result: false 1717165461015: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461066: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1440, blocked for 1389, running for 0 1717165461066: UIJobCollector(1254202310): Result: false 1717165461066: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461117: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1491, blocked for 1440, running for 0 1717165461118: UIJobCollector(1254202310): Result: false 1717165461118: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461168: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1542, blocked for 1491, running for 0 1717165461169: UIJobCollector(1254202310): Result: false 1717165461169: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461219: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1593, blocked for 1542, running for 0 1717165461220: UIJobCollector(1254202310): Result: false 1717165461220: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461270: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1644, blocked for 1593, running for 0 1717165461271: UIJobCollector(1254202310): Result: false 1717165461271: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461321: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1695, blocked for 1644, running for 0 1717165461322: UIJobCollector(1254202310): Result: false 1717165461322: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461373: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1747, blocked for 1696, running for 0 1717165461374: UIJobCollector(1254202310): Result: false 1717165461374: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461425: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1799, blocked for 1748, running for 0 1717165461426: UIJobCollector(1254202310): Result: false 1717165461426: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461477: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1851, blocked for 1800, running for 0 1717165461477: UIJobCollector(1254202310): Result: false 1717165461478: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461528: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1902, blocked for 1851, running for 0 1717165461528: UIJobCollector(1254202310): Result: false 1717165461529: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461579: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1953, blocked for 1902, running for 0 1717165461580: UIJobCollector(1254202310): Result: false 1717165461580: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461630: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2004, blocked for 1953, running for 0 1717165461630: UIJobCollector(1254202310): Result: false 1717165461631: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165461681: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2055, blocked for 2004, running for 0 1717165461681: UIJobCollector(1254202310): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2055, blocked for 2004, running for 0 1717165461682: UIJobCollector(1254202310): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2055, blocked for 2004, running for 0 1717165461682: UIJobCollector(1254202310): Result: true 1717165461682: UIJobCollector(1254202310): No active jobs 1717165462183: UIJobCollector(1254202310): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2556, blocked for 2505, running for 0 1717165462183: UIJobCollector(1254202310): Result: false 1717165462183: UIJobCollector(1254202310): Active jobs: [sleep(65)] 1717165462628: UIJobCollector(1254202310): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3002, blocked for 2951, running for 0 1717165462629: UIJobCollector(1254202310): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -3002, blocked for 2951, running for 0 1717165462654: UIJobCollector(1364230185): enable 1717165462707: UIJobCollector(1364230185): Nothing left 1717165462707: UIJobCollector(1364230185): Result: true 1717165462707: UIJobCollector(1364230185): No active jobs 1717165462714: UIJobCollector(1940166039): enable 1717165462765: UIJobCollector(1940166039): Result: true 1717165462765: UIJobCollector(1940166039): No active jobs 1717165462765: UIJobCollector(694784643): enable 1717165462866: UIJobCollector(694784643): Nothing left 1717165462866: UIJobCollector(694784643): Result: true 1717165462866: UIJobCollector(694784643): No active jobs 1717165462869: UIJobCollector(694784643): event: new: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165462869: UIJobCollector(694784643): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165462869: UIJobCollector(694784643): Nullified: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165462870: UIJobCollector(694784643): Checking: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), RUNNING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165462870: UIJobCollector(694784643): ignoringCancel is blocked 1717165462870: UIJobCollector(694784643): Result: false 1717165462871: UIJobCollector(694784643): Active jobs: [ignoringCancel(82)] 1717165463870: UIJobCollector(694784643): event: done: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), NONE, status: UNKNOWN, is active: true, delay: -1001, blocked for 1000, running for 0 1717165463871: UIJobCollector(694784643): event: gone: org.eclipse.core.runtime.jobs.Job$2 (ignoringCancel), NONE, status: UNKNOWN, is active: true, delay: -1002, blocked for 1001, running for 0 1717165463895: UIJobCollector(1583686310): enable 1717165463949: UIJobCollector(1583686310): Nothing left 1717165463950: UIJobCollector(1583686310): Result: true 1717165463950: UIJobCollector(1583686310): No active jobs 1717165463950: UIJobCollector(2099044017): enable 1717165464050: UIJobCollector(2099044017): Result: true 1717165464050: UIJobCollector(2099044017): No active jobs 1717165464055: UIJobCollector(2099044017): event: new: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165464055: UIJobCollector(2099044017): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165464055: UIJobCollector(2099044017): Nullified: org.eclipse.core.runtime.jobs.Job$2 (runaway), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165464105: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -50, blocked for 0, running for 50 1717165464106: UIJobCollector(2099044017): runaway is blocked 1717165464106: UIJobCollector(2099044017): Result: false 1717165464107: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464157: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -102, blocked for 51, running for 0 1717165464158: UIJobCollector(2099044017): Result: false 1717165464158: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464209: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -153, blocked for 102, running for 0 1717165464209: UIJobCollector(2099044017): Result: false 1717165464209: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464260: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -205, blocked for 154, running for 0 1717165464261: UIJobCollector(2099044017): Result: false 1717165464261: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464311: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -256, blocked for 205, running for 0 1717165464312: UIJobCollector(2099044017): Result: false 1717165464312: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464363: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -308, blocked for 257, running for 0 1717165464363: UIJobCollector(2099044017): Result: false 1717165464364: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464415: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -360, blocked for 309, running for 0 1717165464415: UIJobCollector(2099044017): Result: false 1717165464415: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464467: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -412, blocked for 361, running for 0 1717165464467: UIJobCollector(2099044017): Result: false 1717165464467: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464517: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -462, blocked for 411, running for 0 1717165464518: UIJobCollector(2099044017): Result: false 1717165464518: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464569: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -514, blocked for 463, running for 0 1717165464569: UIJobCollector(2099044017): Result: false 1717165464570: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464622: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -567, blocked for 516, running for 0 1717165464622: UIJobCollector(2099044017): Result: false 1717165464623: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464674: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -618, blocked for 567, running for 0 1717165464674: UIJobCollector(2099044017): Result: false 1717165464675: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464726: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -671, blocked for 620, running for 0 1717165464726: UIJobCollector(2099044017): Result: false 1717165464727: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464778: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -723, blocked for 672, running for 0 1717165464779: UIJobCollector(2099044017): Result: false 1717165464779: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464829: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -774, blocked for 723, running for 0 1717165464830: UIJobCollector(2099044017): Result: false 1717165464830: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464880: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -825, blocked for 774, running for 0 1717165464881: UIJobCollector(2099044017): Result: false 1717165464881: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464932: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -877, blocked for 826, running for 0 1717165464933: UIJobCollector(2099044017): Result: false 1717165464933: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165464984: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -929, blocked for 878, running for 0 1717165464984: UIJobCollector(2099044017): Result: false 1717165464984: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465036: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -980, blocked for 929, running for 0 1717165465036: UIJobCollector(2099044017): Result: false 1717165465037: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465088: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1033, blocked for 982, running for 0 1717165465088: UIJobCollector(2099044017): Result: false 1717165465088: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465138: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1083, blocked for 1032, running for 0 1717165465139: UIJobCollector(2099044017): Job is blocked for 1000, step mode: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1084, blocked for 1033, running for 0 1717165465139: UIJobCollector(2099044017): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1084, blocked for 1033, running for 0 1717165465139: UIJobCollector(2099044017): Result: true 1717165465139: UIJobCollector(2099044017): No active jobs 1717165465189: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1134, blocked for 1083, running for 0 1717165465189: UIJobCollector(2099044017): Result: false 1717165465190: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465240: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1185, blocked for 1134, running for 0 1717165465241: UIJobCollector(2099044017): Result: false 1717165465241: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465291: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1236, blocked for 1185, running for 0 1717165465292: UIJobCollector(2099044017): Result: false 1717165465292: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465344: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1289, blocked for 1238, running for 0 1717165465344: UIJobCollector(2099044017): Result: false 1717165465345: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465396: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1341, blocked for 1290, running for 0 1717165465396: UIJobCollector(2099044017): Result: false 1717165465397: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465447: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1392, blocked for 1341, running for 0 1717165465447: UIJobCollector(2099044017): Result: false 1717165465448: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465498: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1443, blocked for 1392, running for 0 1717165465498: UIJobCollector(2099044017): Result: false 1717165465499: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465550: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1495, blocked for 1444, running for 0 1717165465550: UIJobCollector(2099044017): Result: false 1717165465551: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465601: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1546, blocked for 1495, running for 0 1717165465601: UIJobCollector(2099044017): Result: false 1717165465601: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465652: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1597, blocked for 1546, running for 0 1717165465653: UIJobCollector(2099044017): Result: false 1717165465653: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465704: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1649, blocked for 1598, running for 0 1717165465704: UIJobCollector(2099044017): Result: false 1717165465705: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465756: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1700, blocked for 1649, running for 0 1717165465756: UIJobCollector(2099044017): Result: false 1717165465756: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465807: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1752, blocked for 1701, running for 0 1717165465808: UIJobCollector(2099044017): Result: false 1717165465808: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465859: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1804, blocked for 1753, running for 0 1717165465860: UIJobCollector(2099044017): Result: false 1717165465860: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465911: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1856, blocked for 1805, running for 0 1717165465912: UIJobCollector(2099044017): Result: false 1717165465912: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165465962: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1907, blocked for 1856, running for 0 1717165465962: UIJobCollector(2099044017): Result: false 1717165465962: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165466013: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -1958, blocked for 1907, running for 0 1717165466014: UIJobCollector(2099044017): Result: false 1717165466014: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165466064: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2009, blocked for 1958, running for 0 1717165466064: UIJobCollector(2099044017): Result: false 1717165466065: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165466116: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2061, blocked for 2010, running for 0 1717165466116: UIJobCollector(2099044017): Result: false 1717165466116: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165466166: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2111, blocked for 2060, running for 0 1717165466166: UIJobCollector(2099044017): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -2111, blocked for 2060, running for 0 1717165466166: UIJobCollector(2099044017): Result: true 1717165466166: UIJobCollector(2099044017): No active jobs 1717165469167: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5112, blocked for 5061, running for 0 1717165469167: UIJobCollector(2099044017): runaway is unblocked 1717165469168: UIJobCollector(2099044017): Result: false 1717165469168: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469218: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5163, blocked for 0, running for 51 1717165469219: UIJobCollector(2099044017): Result: false 1717165469219: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469270: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5215, blocked for 0, running for 103 1717165469271: UIJobCollector(2099044017): Result: false 1717165469271: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469321: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5266, blocked for 0, running for 154 1717165469341: UIJobCollector(2099044017): Result: false 1717165469342: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469392: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5337, blocked for 0, running for 225 1717165469393: UIJobCollector(2099044017): Result: false 1717165469393: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469443: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5388, blocked for 0, running for 276 1717165469445: UIJobCollector(2099044017): Result: false 1717165469445: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469545: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5490, blocked for 0, running for 378 1717165469545: UIJobCollector(2099044017): Result: false 1717165469546: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469645: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5590, blocked for 0, running for 478 1717165469645: UIJobCollector(2099044017): Result: false 1717165469646: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469759: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5704, blocked for 0, running for 592 1717165469759: UIJobCollector(2099044017): Result: false 1717165469760: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469846: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5790, blocked for 0, running for 678 1717165469846: UIJobCollector(2099044017): Result: false 1717165469846: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165469943: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5888, blocked for 0, running for 776 1717165469943: UIJobCollector(2099044017): Result: false 1717165469944: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470044: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -5989, blocked for 0, running for 877 1717165470045: UIJobCollector(2099044017): Result: false 1717165470045: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470096: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6040, blocked for 0, running for 928 1717165470096: UIJobCollector(2099044017): Result: false 1717165470096: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470146: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6091, blocked for 0, running for 979 1717165470147: UIJobCollector(2099044017): Result: false 1717165470147: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470198: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6143, blocked for 0, running for 1031 1717165470198: UIJobCollector(2099044017): Result: false 1717165470199: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470249: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6194, blocked for 0, running for 1082 1717165470250: UIJobCollector(2099044017): Result: false 1717165470250: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470300: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6245, blocked for 0, running for 1133 1717165470301: UIJobCollector(2099044017): Result: false 1717165470301: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470353: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6297, blocked for 0, running for 1185 1717165470353: UIJobCollector(2099044017): Result: false 1717165470353: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470404: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6349, blocked for 0, running for 1237 1717165470405: UIJobCollector(2099044017): Result: false 1717165470405: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470455: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6400, blocked for 0, running for 1288 1717165470455: UIJobCollector(2099044017): Result: false 1717165470455: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470507: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6452, blocked for 0, running for 1340 1717165470507: UIJobCollector(2099044017): Result: false 1717165470508: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470558: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6503, blocked for 0, running for 1391 1717165470559: UIJobCollector(2099044017): Result: false 1717165470559: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470609: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6554, blocked for 0, running for 1442 1717165470610: UIJobCollector(2099044017): Result: false 1717165470610: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470660: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6605, blocked for 0, running for 1493 1717165470661: UIJobCollector(2099044017): Result: false 1717165470661: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470712: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6657, blocked for 0, running for 1545 1717165470712: UIJobCollector(2099044017): Result: false 1717165470713: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470764: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6708, blocked for 0, running for 1596 1717165470764: UIJobCollector(2099044017): Result: false 1717165470764: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470814: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6759, blocked for 0, running for 1647 1717165470815: UIJobCollector(2099044017): Result: false 1717165470815: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470865: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6810, blocked for 0, running for 1698 1717165470865: UIJobCollector(2099044017): Result: false 1717165470866: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470916: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6861, blocked for 0, running for 1749 1717165470917: UIJobCollector(2099044017): Result: false 1717165470917: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165470967: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6912, blocked for 0, running for 1800 1717165470968: UIJobCollector(2099044017): Result: false 1717165470968: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471018: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -6963, blocked for 0, running for 1851 1717165471019: UIJobCollector(2099044017): Result: false 1717165471019: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471069: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7014, blocked for 0, running for 1902 1717165471069: UIJobCollector(2099044017): Result: false 1717165471070: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471120: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7065, blocked for 0, running for 1953 1717165471142: UIJobCollector(2099044017): Result: false 1717165471142: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471193: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7138, blocked for 0, running for 2026 1717165471193: UIJobCollector(2099044017): Result: false 1717165471194: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471244: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7189, blocked for 0, running for 2077 1717165471245: UIJobCollector(2099044017): Result: false 1717165471245: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471295: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7240, blocked for 0, running for 2128 1717165471296: UIJobCollector(2099044017): Result: false 1717165471296: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471347: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7291, blocked for 0, running for 2179 1717165471347: UIJobCollector(2099044017): Result: false 1717165471347: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471397: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7342, blocked for 0, running for 2230 1717165471398: UIJobCollector(2099044017): Result: false 1717165471398: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471448: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7393, blocked for 0, running for 2281 1717165471449: UIJobCollector(2099044017): Result: false 1717165471449: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471500: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7445, blocked for 0, running for 2333 1717165471500: UIJobCollector(2099044017): Result: false 1717165471501: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471551: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7496, blocked for 0, running for 2384 1717165471551: UIJobCollector(2099044017): Result: false 1717165471552: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471602: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7547, blocked for 0, running for 2435 1717165471603: UIJobCollector(2099044017): Result: false 1717165471603: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471654: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7598, blocked for 0, running for 2486 1717165471654: UIJobCollector(2099044017): Result: false 1717165471655: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471705: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7650, blocked for 0, running for 2538 1717165471706: UIJobCollector(2099044017): Result: false 1717165471706: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471756: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7701, blocked for 0, running for 2589 1717165471757: UIJobCollector(2099044017): Result: false 1717165471757: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471808: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7753, blocked for 0, running for 2641 1717165471808: UIJobCollector(2099044017): Result: false 1717165471809: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471860: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7805, blocked for 0, running for 2693 1717165471861: UIJobCollector(2099044017): Result: false 1717165471861: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471912: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7857, blocked for 0, running for 2745 1717165471913: UIJobCollector(2099044017): Result: false 1717165471913: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165471963: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7908, blocked for 0, running for 2796 1717165471964: UIJobCollector(2099044017): Result: false 1717165471964: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472015: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -7960, blocked for 0, running for 2848 1717165472015: UIJobCollector(2099044017): Result: false 1717165472015: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472066: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8011, blocked for 0, running for 2899 1717165472067: UIJobCollector(2099044017): Result: false 1717165472067: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472117: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8062, blocked for 0, running for 2950 1717165472117: UIJobCollector(2099044017): Result: false 1717165472118: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472169: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8114, blocked for 0, running for 3002 1717165472169: UIJobCollector(2099044017): Result: false 1717165472170: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472220: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8165, blocked for 0, running for 3053 1717165472242: UIJobCollector(2099044017): Result: false 1717165472242: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472292: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8237, blocked for 0, running for 3125 1717165472293: UIJobCollector(2099044017): Result: false 1717165472293: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472344: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8289, blocked for 0, running for 3177 1717165472344: UIJobCollector(2099044017): Result: false 1717165472345: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472397: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8342, blocked for 0, running for 3230 1717165472398: UIJobCollector(2099044017): Result: false 1717165472398: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472448: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8393, blocked for 0, running for 3281 1717165472449: UIJobCollector(2099044017): Result: false 1717165472449: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472499: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8444, blocked for 0, running for 3332 1717165472500: UIJobCollector(2099044017): Result: false 1717165472500: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472552: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8497, blocked for 0, running for 3385 1717165472554: UIJobCollector(2099044017): Result: false 1717165472554: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472604: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8549, blocked for 0, running for 3437 1717165472604: UIJobCollector(2099044017): Result: false 1717165472605: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472655: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8600, blocked for 0, running for 3488 1717165472656: UIJobCollector(2099044017): Result: false 1717165472656: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472706: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8651, blocked for 0, running for 3539 1717165472707: UIJobCollector(2099044017): Result: false 1717165472707: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472757: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8702, blocked for 0, running for 3590 1717165472758: UIJobCollector(2099044017): Result: false 1717165472758: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472809: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8754, blocked for 0, running for 3642 1717165472809: UIJobCollector(2099044017): Result: false 1717165472809: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472861: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8805, blocked for 0, running for 3693 1717165472861: UIJobCollector(2099044017): Result: false 1717165472861: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472912: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8857, blocked for 0, running for 3745 1717165472913: UIJobCollector(2099044017): Result: false 1717165472913: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165472964: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8909, blocked for 0, running for 3797 1717165472964: UIJobCollector(2099044017): Result: false 1717165472964: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473043: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -8988, blocked for 0, running for 3876 1717165473043: UIJobCollector(2099044017): Result: false 1717165473044: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473094: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9039, blocked for 0, running for 3927 1717165473095: UIJobCollector(2099044017): Result: false 1717165473095: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473145: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9090, blocked for 0, running for 3978 1717165473146: UIJobCollector(2099044017): Result: false 1717165473146: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473196: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9141, blocked for 0, running for 4029 1717165473197: UIJobCollector(2099044017): Result: false 1717165473197: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473247: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9192, blocked for 0, running for 4080 1717165473247: UIJobCollector(2099044017): Result: false 1717165473248: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473299: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9244, blocked for 0, running for 4132 1717165473299: UIJobCollector(2099044017): Result: false 1717165473299: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473350: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9295, blocked for 0, running for 4183 1717165473351: UIJobCollector(2099044017): Result: false 1717165473351: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473402: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9347, blocked for 0, running for 4235 1717165473402: UIJobCollector(2099044017): Result: false 1717165473403: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473453: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9398, blocked for 0, running for 4286 1717165473454: UIJobCollector(2099044017): Result: false 1717165473454: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473504: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9449, blocked for 0, running for 4337 1717165473504: UIJobCollector(2099044017): Result: false 1717165473505: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473555: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9500, blocked for 0, running for 4388 1717165473556: UIJobCollector(2099044017): Result: false 1717165473556: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473606: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9551, blocked for 0, running for 4439 1717165473606: UIJobCollector(2099044017): Result: false 1717165473607: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473658: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9603, blocked for 0, running for 4491 1717165473658: UIJobCollector(2099044017): Result: false 1717165473658: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473708: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9653, blocked for 0, running for 4541 1717165473709: UIJobCollector(2099044017): Result: false 1717165473709: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473762: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9707, blocked for 0, running for 4595 1717165473762: UIJobCollector(2099044017): Result: false 1717165473762: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473812: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9757, blocked for 0, running for 4645 1717165473813: UIJobCollector(2099044017): Result: false 1717165473813: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473864: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9809, blocked for 0, running for 4697 1717165473864: UIJobCollector(2099044017): Result: false 1717165473865: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473915: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9860, blocked for 0, running for 4748 1717165473941: UIJobCollector(2099044017): Result: false 1717165473941: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165473993: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9938, blocked for 0, running for 4826 1717165473994: UIJobCollector(2099044017): Result: false 1717165473994: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474044: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -9989, blocked for 0, running for 4877 1717165474044: UIJobCollector(2099044017): Result: false 1717165474045: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474096: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10041, blocked for 0, running for 4929 1717165474096: UIJobCollector(2099044017): Result: false 1717165474097: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474147: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10092, blocked for 0, running for 4980 1717165474148: UIJobCollector(2099044017): Result: false 1717165474148: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474199: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10144, blocked for 0, running for 5032 1717165474199: UIJobCollector(2099044017): Result: false 1717165474199: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474249: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10194, blocked for 0, running for 5082 1717165474250: UIJobCollector(2099044017): Result: false 1717165474250: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474300: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10245, blocked for 0, running for 5133 1717165474301: UIJobCollector(2099044017): Result: false 1717165474301: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474351: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10296, blocked for 0, running for 5184 1717165474352: UIJobCollector(2099044017): Result: false 1717165474352: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474403: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10347, blocked for 0, running for 5235 1717165474403: UIJobCollector(2099044017): Result: false 1717165474403: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474454: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10399, blocked for 0, running for 5287 1717165474455: UIJobCollector(2099044017): Result: false 1717165474455: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474506: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10451, blocked for 0, running for 5339 1717165474506: UIJobCollector(2099044017): Result: false 1717165474506: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474556: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10501, blocked for 0, running for 5389 1717165474556: UIJobCollector(2099044017): Result: false 1717165474557: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474608: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10553, blocked for 0, running for 5441 1717165474608: UIJobCollector(2099044017): Result: false 1717165474608: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474660: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10604, blocked for 0, running for 5492 1717165474660: UIJobCollector(2099044017): Result: false 1717165474660: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474710: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10655, blocked for 0, running for 5543 1717165474711: UIJobCollector(2099044017): Result: false 1717165474711: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474761: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10706, blocked for 0, running for 5594 1717165474762: UIJobCollector(2099044017): Result: false 1717165474762: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474812: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10757, blocked for 0, running for 5645 1717165474812: UIJobCollector(2099044017): Result: false 1717165474813: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474863: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10808, blocked for 0, running for 5696 1717165474864: UIJobCollector(2099044017): Result: false 1717165474864: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474915: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10860, blocked for 0, running for 5748 1717165474915: UIJobCollector(2099044017): Result: false 1717165474916: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165474966: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10911, blocked for 0, running for 5799 1717165474967: UIJobCollector(2099044017): Result: false 1717165474967: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475017: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -10962, blocked for 0, running for 5850 1717165475018: UIJobCollector(2099044017): Result: false 1717165475018: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475069: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11014, blocked for 0, running for 5902 1717165475069: UIJobCollector(2099044017): Result: false 1717165475069: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475120: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11064, blocked for 0, running for 5952 1717165475141: UIJobCollector(2099044017): Result: false 1717165475142: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475195: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11140, blocked for 0, running for 6028 1717165475195: UIJobCollector(2099044017): Result: false 1717165475196: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475246: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11191, blocked for 0, running for 6079 1717165475247: UIJobCollector(2099044017): Result: false 1717165475247: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475297: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11242, blocked for 0, running for 6130 1717165475298: UIJobCollector(2099044017): Result: false 1717165475298: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475348: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11293, blocked for 0, running for 6181 1717165475349: UIJobCollector(2099044017): Result: false 1717165475349: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475400: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11345, blocked for 0, running for 6233 1717165475400: UIJobCollector(2099044017): Result: false 1717165475400: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475451: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11396, blocked for 0, running for 6284 1717165475452: UIJobCollector(2099044017): Result: false 1717165475452: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475502: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11447, blocked for 0, running for 6335 1717165475503: UIJobCollector(2099044017): Result: false 1717165475503: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475553: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11498, blocked for 0, running for 6386 1717165475554: UIJobCollector(2099044017): Result: false 1717165475554: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475604: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11549, blocked for 0, running for 6437 1717165475605: UIJobCollector(2099044017): Result: false 1717165475605: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475655: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11600, blocked for 0, running for 6488 1717165475656: UIJobCollector(2099044017): Result: false 1717165475656: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475707: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11652, blocked for 0, running for 6540 1717165475707: UIJobCollector(2099044017): Result: false 1717165475708: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475758: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11703, blocked for 0, running for 6591 1717165475759: UIJobCollector(2099044017): Result: false 1717165475759: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475809: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11754, blocked for 0, running for 6642 1717165475809: UIJobCollector(2099044017): Result: false 1717165475810: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475860: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11805, blocked for 0, running for 6693 1717165475861: UIJobCollector(2099044017): Result: false 1717165475861: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475911: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11856, blocked for 0, running for 6744 1717165475912: UIJobCollector(2099044017): Result: false 1717165475912: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165475963: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11908, blocked for 0, running for 6796 1717165475963: UIJobCollector(2099044017): Result: false 1717165475964: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476014: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -11959, blocked for 0, running for 6847 1717165476015: UIJobCollector(2099044017): Result: false 1717165476015: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476067: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12012, blocked for 0, running for 6900 1717165476067: UIJobCollector(2099044017): Result: false 1717165476068: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476144: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12089, blocked for 0, running for 6977 1717165476145: UIJobCollector(2099044017): Result: false 1717165476145: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476196: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12141, blocked for 0, running for 7029 1717165476197: UIJobCollector(2099044017): Result: false 1717165476201: UIJobCollector(2099044017): ----->>> 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: 12146(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$503/0x00000008015398a8.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: 12146(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$503/0x00000008015398a8.run:-1 org.eclipse.core.runtime.jobs.Job$2.run:185 [Job.java] org.eclipse.core.internal.jobs.Worker.run:63 [Worker.java] 1717165476202: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476253: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12197, blocked for 0, running for 7085 1717165476253: UIJobCollector(2099044017): Result: false 1717165476253: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476305: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12249, blocked for 0, running for 7137 1717165476305: UIJobCollector(2099044017): Result: false 1717165476305: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476356: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12301, blocked for 0, running for 7189 1717165476357: UIJobCollector(2099044017): Result: false 1717165476357: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476407: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12352, blocked for 0, running for 7240 1717165476408: UIJobCollector(2099044017): Result: false 1717165476408: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476460: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12405, blocked for 0, running for 7293 1717165476461: UIJobCollector(2099044017): Result: false 1717165476461: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476545: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12490, blocked for 0, running for 7378 1717165476546: UIJobCollector(2099044017): Result: false 1717165476546: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476646: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12591, blocked for 0, running for 7479 1717165476646: UIJobCollector(2099044017): Result: false 1717165476647: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476697: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12642, blocked for 0, running for 7530 1717165476698: UIJobCollector(2099044017): Result: false 1717165476698: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476748: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12693, blocked for 0, running for 7581 1717165476749: UIJobCollector(2099044017): Result: false 1717165476749: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476844: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12789, blocked for 0, running for 7677 1717165476845: UIJobCollector(2099044017): Result: false 1717165476845: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476896: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12841, blocked for 0, running for 7729 1717165476897: UIJobCollector(2099044017): Result: false 1717165476897: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476948: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12893, blocked for 0, running for 7781 1717165476949: UIJobCollector(2099044017): Result: false 1717165476949: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165476999: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12944, blocked for 0, running for 7832 1717165477000: UIJobCollector(2099044017): Result: false 1717165477000: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477050: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -12995, blocked for 0, running for 7883 1717165477051: UIJobCollector(2099044017): Result: false 1717165477051: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477101: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13046, blocked for 0, running for 7934 1717165477101: UIJobCollector(2099044017): Result: false 1717165477101: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477152: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13097, blocked for 0, running for 7985 1717165477152: UIJobCollector(2099044017): Result: false 1717165477152: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477202: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13147, blocked for 0, running for 8035 1717165477202: UIJobCollector(2099044017): Result: false 1717165477202: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477253: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13198, blocked for 0, running for 8086 1717165477254: UIJobCollector(2099044017): Result: false 1717165477254: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477305: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13249, blocked for 0, running for 8137 1717165477305: UIJobCollector(2099044017): Result: false 1717165477305: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477357: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13302, blocked for 0, running for 8190 1717165477357: UIJobCollector(2099044017): Result: false 1717165477358: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477408: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13353, blocked for 0, running for 8241 1717165477408: UIJobCollector(2099044017): Result: false 1717165477409: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477460: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13405, blocked for 0, running for 8293 1717165477461: UIJobCollector(2099044017): Result: false 1717165477461: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477543: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13488, blocked for 0, running for 8376 1717165477543: UIJobCollector(2099044017): Result: false 1717165477544: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477595: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13540, blocked for 0, running for 8428 1717165477595: UIJobCollector(2099044017): Result: false 1717165477595: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477646: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13591, blocked for 0, running for 8479 1717165477647: UIJobCollector(2099044017): Result: false 1717165477647: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477697: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13642, blocked for 0, running for 8530 1717165477697: UIJobCollector(2099044017): Result: false 1717165477698: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477749: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13693, blocked for 0, running for 8581 1717165477749: UIJobCollector(2099044017): Result: false 1717165477749: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477799: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13744, blocked for 0, running for 8632 1717165477800: UIJobCollector(2099044017): Result: false 1717165477800: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477851: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13796, blocked for 0, running for 8684 1717165477851: UIJobCollector(2099044017): Result: false 1717165477851: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477902: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13847, blocked for 0, running for 8735 1717165477902: UIJobCollector(2099044017): Result: false 1717165477903: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165477953: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13898, blocked for 0, running for 8786 1717165477954: UIJobCollector(2099044017): Result: false 1717165477954: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478004: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -13949, blocked for 0, running for 8837 1717165478005: UIJobCollector(2099044017): Result: false 1717165478005: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478055: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14000, blocked for 0, running for 8888 1717165478056: UIJobCollector(2099044017): Result: false 1717165478056: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478106: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14051, blocked for 0, running for 8939 1717165478106: UIJobCollector(2099044017): Result: false 1717165478107: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478158: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14102, blocked for 0, running for 8990 1717165478159: UIJobCollector(2099044017): Result: false 1717165478160: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478211: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14155, blocked for 0, running for 9043 1717165478211: UIJobCollector(2099044017): Result: false 1717165478211: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478262: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14207, blocked for 0, running for 9095 1717165478262: UIJobCollector(2099044017): Result: false 1717165478263: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478344: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14289, blocked for 0, running for 9177 1717165478345: UIJobCollector(2099044017): Result: false 1717165478345: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478396: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14341, blocked for 0, running for 9229 1717165478396: UIJobCollector(2099044017): Result: false 1717165478396: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478446: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14391, blocked for 0, running for 9279 1717165478447: UIJobCollector(2099044017): Result: false 1717165478447: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478498: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14443, blocked for 0, running for 9331 1717165478498: UIJobCollector(2099044017): Result: false 1717165478498: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478550: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14495, blocked for 0, running for 9383 1717165478550: UIJobCollector(2099044017): Result: false 1717165478551: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478601: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14546, blocked for 0, running for 9434 1717165478601: UIJobCollector(2099044017): Result: false 1717165478602: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478652: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14597, blocked for 0, running for 9485 1717165478652: UIJobCollector(2099044017): Result: false 1717165478653: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478703: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14648, blocked for 0, running for 9536 1717165478704: UIJobCollector(2099044017): Result: false 1717165478704: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478754: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14699, blocked for 0, running for 9587 1717165478755: UIJobCollector(2099044017): Result: false 1717165478755: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478805: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14750, blocked for 0, running for 9638 1717165478806: UIJobCollector(2099044017): Result: false 1717165478806: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478856: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14801, blocked for 0, running for 9689 1717165478857: UIJobCollector(2099044017): Result: false 1717165478857: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478907: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14852, blocked for 0, running for 9740 1717165478907: UIJobCollector(2099044017): Result: false 1717165478908: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165478958: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14903, blocked for 0, running for 9791 1717165478958: UIJobCollector(2099044017): Result: false 1717165478959: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165479009: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -14954, blocked for 0, running for 9842 1717165479010: UIJobCollector(2099044017): Result: false 1717165479010: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165479060: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15005, blocked for 0, running for 9893 1717165479061: UIJobCollector(2099044017): Result: false 1717165479061: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165479112: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15057, blocked for 0, running for 9945 1717165479112: UIJobCollector(2099044017): Result: false 1717165479112: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165479162: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15107, blocked for 0, running for 9995 1717165479163: UIJobCollector(2099044017): Result: false 1717165479163: UIJobCollector(2099044017): Active jobs: [runaway(89)] 1717165479213: UIJobCollector(2099044017): Checking: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15158, blocked for 0, running for 10046 1717165479213: UIJobCollector(2099044017): Step timeout, skipping: org.eclipse.core.runtime.jobs.Job$2 (runaway), RUNNING, status: UNKNOWN, is active: true, delay: -15158, blocked for 0, running for 10046 1717165479213: UIJobCollector(2099044017): Result: true 1717165479214: UIJobCollector(2099044017): No active jobs 1717165479215: UIJobCollector(2099044017): event: done: org.eclipse.core.runtime.jobs.Job$2 (runaway), NONE, status: UNKNOWN, is active: true, delay: -15160, blocked for 0, running for 10048 1717165479215: UIJobCollector(2099044017): event: gone: org.eclipse.core.runtime.jobs.Job$2 (runaway), NONE, status: UNKNOWN, is active: true, delay: -15160, blocked for 0, running for 10048 1717165479216: UIJobCollector(972335044): enable 1717165479267: UIJobCollector(972335044): Nothing left 1717165479267: UIJobCollector(972335044): Result: true 1717165479267: UIJobCollector(972335044): No active jobs 1717165479267: UIJobCollector(287303969): enable 1717165479369: UIJobCollector(287303969): Result: true 1717165479369: UIJobCollector(287303969): No active jobs 1717165479421: UIJobCollector(287303969): Result: true 1717165479421: UIJobCollector(287303969): No active jobs 1717165479422: UIJobCollector(287303969): Result: true 1717165479422: UIJobCollector(287303969): No active jobs 1717165479423: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165479423: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165479423: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165479424: UIJobCollector(287303969): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165479424: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165479424: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165479924: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1717165479925: UIJobCollector(287303969): Result: false 1717165479925: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165479926: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165479926: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165479976: UIJobCollector(287303969): Result: true 1717165479977: UIJobCollector(287303969): No active jobs 1717165479977: UIJobCollector(287303969): Result: true 1717165479977: UIJobCollector(287303969): No active jobs 1717165479977: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165479977: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165479977: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165479978: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165479978: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165479978: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165480479: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165480479: UIJobCollector(287303969): Result: false 1717165480479: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165480480: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165480480: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165480530: UIJobCollector(287303969): Result: true 1717165480530: UIJobCollector(287303969): No active jobs 1717165480530: UIJobCollector(287303969): Result: true 1717165480530: UIJobCollector(287303969): No active jobs 1717165480531: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 1 1717165480531: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165480531: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165480531: UIJobCollector(287303969): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165480531: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165480531: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165481032: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165481032: UIJobCollector(287303969): Result: false 1717165481032: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165481033: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165481033: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165481082: UIJobCollector(287303969): Result: true 1717165481082: UIJobCollector(287303969): No active jobs 1717165481083: UIJobCollector(287303969): Result: true 1717165481083: UIJobCollector(287303969): No active jobs 1717165481083: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165481083: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165481083: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165481084: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165481084: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165481084: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165481584: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1717165481585: UIJobCollector(287303969): Result: false 1717165481585: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165481585: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165481586: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165481635: UIJobCollector(287303969): Result: true 1717165481635: UIJobCollector(287303969): No active jobs 1717165481635: UIJobCollector(287303969): Result: true 1717165481635: UIJobCollector(287303969): No active jobs 1717165481635: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165481636: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165481636: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165481636: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165481636: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165481636: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165482137: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1717165482137: UIJobCollector(287303969): Result: false 1717165482137: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165482137: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165482138: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165482187: UIJobCollector(287303969): Result: true 1717165482187: UIJobCollector(287303969): No active jobs 1717165482187: UIJobCollector(287303969): Result: true 1717165482187: UIJobCollector(287303969): No active jobs 1717165482187: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165482187: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165482187: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165482188: UIJobCollector(287303969): event: rescheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165482188: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165482188: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165482688: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1717165482689: UIJobCollector(287303969): Result: false 1717165482689: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165482690: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165482690: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165482741: UIJobCollector(287303969): Result: true 1717165482741: UIJobCollector(287303969): No active jobs 1717165482741: UIJobCollector(287303969): Result: true 1717165482741: UIJobCollector(287303969): No active jobs 1717165482741: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165482741: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165482741: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165482742: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165482742: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165482742: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165483243: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165483243: UIJobCollector(287303969): Result: false 1717165483244: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165483244: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165483244: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165483294: UIJobCollector(287303969): Result: true 1717165483294: UIJobCollector(287303969): No active jobs 1717165483294: UIJobCollector(287303969): Result: true 1717165483294: UIJobCollector(287303969): No active jobs 1717165483294: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165483294: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165483294: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165483295: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165483295: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165483295: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165483796: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165483798: UIJobCollector(287303969): Result: false 1717165483798: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165483799: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -504, blocked for 0, running for 505 1717165483800: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -505, blocked for 0, running for 506 1717165483850: UIJobCollector(287303969): Result: true 1717165483850: UIJobCollector(287303969): No active jobs 1717165483850: UIJobCollector(287303969): Result: true 1717165483850: UIJobCollector(287303969): No active jobs 1717165483850: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165483851: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165483851: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165483851: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165483851: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165483851: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165484352: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165484352: UIJobCollector(287303969): Result: false 1717165484352: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165484353: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165484353: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -502, blocked for 0, running for 503 1717165484403: UIJobCollector(287303969): Result: true 1717165484403: UIJobCollector(287303969): No active jobs 1717165484403: UIJobCollector(287303969): Result: true 1717165484403: UIJobCollector(287303969): No active jobs 1717165484403: UIJobCollector(287303969): event: new: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165484403: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165484403: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165484404: UIJobCollector(287303969): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165484404: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165484404: UIJobCollector(287303969): Nullified: org.eclipse.core.runtime.jobs.Job$2 (busyloop), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165484904: UIJobCollector(287303969): Checking: org.eclipse.core.runtime.jobs.Job$2 (busyloop), RUNNING, status: UNKNOWN, is active: true, delay: -500, blocked for 0, running for 501 1717165484905: UIJobCollector(287303969): Result: false 1717165484905: UIJobCollector(287303969): Active jobs: [busyloop(92)] 1717165484905: UIJobCollector(287303969): event: done: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165484905: UIJobCollector(287303969): event: gone: org.eclipse.core.runtime.jobs.Job$2 (busyloop), NONE, status: UNKNOWN, is active: true, delay: -501, blocked for 0, running for 502 1717165484908: UIJobCollector(1826491497): enable 1717165484960: UIJobCollector(1826491497): Nothing left 1717165484960: UIJobCollector(1826491497): Result: true 1717165484960: UIJobCollector(1826491497): No active jobs 1717165484960: UIJobCollector(1867326100): enable 1717165485064: UIJobCollector(1867326100): Nothing left 1717165485065: UIJobCollector(1867326100): Result: true 1717165485065: UIJobCollector(1867326100): No active jobs 1717165485067: UIJobCollector(1867326100): enable 1717165485567: UIJobCollector(1867326100): Nothing left 1717165485567: UIJobCollector(1867326100): Result: true 1717165485567: UIJobCollector(1867326100): No active jobs 1717165485568: UIJobCollector(538462942): enable 1717165485619: UIJobCollector(538462942): Nothing left 1717165485619: UIJobCollector(538462942): Result: true 1717165485620: UIJobCollector(538462942): No active jobs 1717165485620: UIJobCollector(905654793): enable 1717165485720: UIJobCollector(905654793): Nothing left 1717165485720: UIJobCollector(905654793): Result: true 1717165485720: UIJobCollector(905654793): No active jobs 1717165485720: UIJobCollector(905654793): disable 1717165485872: UIJobCollector(905654793): enable 1717165485872: UIJobCollector(905654793): 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 1717165485872: UIJobCollector(905654793): 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 1717165485872: UIJobCollector(905654793): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), WAITING, status: UNKNOWN, is active: true, delay: 10000, blocked for 0, running for 0 1717165486372: UIJobCollector(905654793): 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 1717165486372: UIJobCollector(905654793): Result: true 1717165486372: UIJobCollector(905654793): No active jobs 1717165486373: UIJobCollector(905654793): 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 1717165486373: UIJobCollector(905654793): enable 1717165486373: UIJobCollector(905654793): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$1 (rescheduling), NONE, status: UNKNOWN, is active: true, delay: 9499, blocked for 0, running for 501 1717165486373: UIJobCollector(905654793): 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 1717165486374: UIJobCollector(1372365655): enable 1717165486424: UIJobCollector(1372365655): Nothing left 1717165486424: UIJobCollector(1372365655): Result: true 1717165486424: UIJobCollector(1372365655): No active jobs 1717165486424: UIJobCollector(983306747): enable 1717165486527: UIJobCollector(983306747): Nothing left 1717165486527: UIJobCollector(983306747): Result: true 1717165486527: UIJobCollector(983306747): No active jobs 1717165486528: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486528: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486529: UIJobCollector(983306747): 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 1717165486529: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486529: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486529: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486529: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486529: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486529: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486529: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486529: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486529: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486529: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486530: UIJobCollector(983306747): 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 1717165486530: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486530: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486530: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486530: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486530: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486530: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486530: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486530: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486530: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486531: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486531: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486531: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486531: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486531: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486531: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486531: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486531: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486531: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486531: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486531: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486531: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486532: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486532: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486532: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486532: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486533: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486533: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486533: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486533: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486533: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486533: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486533: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486533: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486533: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486533: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486534: UIJobCollector(983306747): 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 1717165486534: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486534: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486534: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486534: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486534: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486534: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486534: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486534: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486534: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486534: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486534: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486534: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486535: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486535: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486535: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486535: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486535: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486535: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486535: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486535: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486535: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486535: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486535: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486536: UIJobCollector(983306747): 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 1717165486536: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486536: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486536: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486536: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486536: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486536: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486536: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486536: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486536: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486536: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486536: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486536: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486536: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486537: UIJobCollector(983306747): 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 1717165486537: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486537: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486537: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486537: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486537: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486537: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486537: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486537: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486537: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486537: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486537: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486537: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486537: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486538: UIJobCollector(983306747): 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 1717165486538: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486538: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486538: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486538: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486538: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486538: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486538: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486538: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486538: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486538: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486538: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486538: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486539: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486539: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486539: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486539: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486539: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486540: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486540: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486540: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486541: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486541: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486541: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486559: UIJobCollector(983306747): 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 1717165486559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486563: UIJobCollector(983306747): 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 1717165486563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -79, blocked for 0, running for 78 1717165486641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1717165486641: UIJobCollector(983306747): 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 1717165486641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1717165486641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1717165486642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 79 1717165486642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486642: UIJobCollector(983306747): 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 1717165486642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486645: UIJobCollector(983306747): Nothing left 1717165486646: UIJobCollector(983306747): Result: true 1717165486646: UIJobCollector(983306747): No active jobs 1717165486648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486652: UIJobCollector(983306747): 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 1717165486652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486653: UIJobCollector(983306747): 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 1717165486653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486654: UIJobCollector(983306747): 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 1717165486654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486655: UIJobCollector(983306747): 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 1717165486655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486658: UIJobCollector(983306747): 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 1717165486658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): 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 1717165486659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486660: UIJobCollector(983306747): 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 1717165486660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 80 1717165486741: UIJobCollector(983306747): 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 1717165486741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 80 1717165486741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486741: UIJobCollector(983306747): 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 1717165486741: UIJobCollector(983306747): 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 1717165486742: UIJobCollector(983306747): 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 1717165486742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 81 1717165486742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486742: UIJobCollector(983306747): 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 1717165486742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486743: UIJobCollector(983306747): 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 1717165486743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -82, blocked for 0, running for 82 1717165486743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -83, blocked for 0, running for 83 1717165486743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -83, blocked for 0, running for 83 1717165486743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -83, blocked for 0, running for 83 1717165486744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 83 1717165486744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486745: UIJobCollector(983306747): 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 1717165486745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486745: UIJobCollector(983306747): 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 1717165486745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486746: UIJobCollector(983306747): 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 1717165486746: UIJobCollector(983306747): 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 1717165486746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486746: UIJobCollector(983306747): 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 1717165486746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486746: UIJobCollector(983306747): 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 1717165486746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486746: UIJobCollector(983306747): 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 1717165486746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486747: UIJobCollector(983306747): 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 1717165486747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486747: UIJobCollector(983306747): 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 1717165486747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486747: UIJobCollector(983306747): 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 1717165486747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486758: UIJobCollector(983306747): 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 1717165486758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486841: UIJobCollector(983306747): 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 1717165486841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486842: UIJobCollector(983306747): 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 1717165486842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486843: UIJobCollector(983306747): 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 1717165486843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486847: UIJobCollector(983306747): 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 1717165486847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486858: UIJobCollector(983306747): 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 1717165486858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -81, blocked for 0, running for 81 1717165486942: UIJobCollector(983306747): 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 1717165486942: UIJobCollector(983306747): 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 1717165486942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486942: UIJobCollector(983306747): 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 1717165486942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -82, blocked for 0, running for 82 1717165486943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486958: UIJobCollector(983306747): 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 1717165486958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486963: UIJobCollector(983306747): 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 1717165486963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486964: UIJobCollector(983306747): 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 1717165486964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165486964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165486965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165486965: UIJobCollector(983306747): 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 1717165486965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165486965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487041: UIJobCollector(983306747): 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 1717165487041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 77 1717165487041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487042: UIJobCollector(983306747): 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 1717165487042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487044: UIJobCollector(983306747): 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 1717165487044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487045: UIJobCollector(983306747): 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 1717165487045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487056: UIJobCollector(983306747): 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 1717165487056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487057: UIJobCollector(983306747): 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 1717165487057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487058: UIJobCollector(983306747): 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 1717165487058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487063: UIJobCollector(983306747): 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 1717165487063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 77 1717165487141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 77 1717165487142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 16 1717165487159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -95, blocked for 0, running for 95 1717165487159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 17 1717165487159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -18, blocked for 0, running for 95 1717165487159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -95, blocked for 0, running for 95 1717165487159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 17 1717165487159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -18, blocked for 0, running for 95 1717165487159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 18 1717165487160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487163: UIJobCollector(983306747): 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 1717165487163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487167: UIJobCollector(983306747): 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 1717165487167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487168: UIJobCollector(983306747): 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 1717165487168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487168: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487168: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1717165487241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487241: UIJobCollector(983306747): 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 1717165487241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487242: UIJobCollector(983306747): 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 1717165487242: UIJobCollector(983306747): 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 1717165487242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487246: UIJobCollector(983306747): 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 1717165487246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487247: UIJobCollector(983306747): 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 1717165487247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487248: UIJobCollector(983306747): 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 1717165487248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487260: UIJobCollector(983306747): 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 1717165487260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487262: UIJobCollector(983306747): 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 1717165487262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487265: UIJobCollector(983306747): 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 1717165487265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487341: UIJobCollector(983306747): 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 1717165487341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487341: UIJobCollector(983306747): 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 1717165487341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487348: UIJobCollector(983306747): 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 1717165487348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487349: UIJobCollector(983306747): 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 1717165487349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487351: UIJobCollector(983306747): 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 1717165487351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487353: UIJobCollector(983306747): 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 1717165487353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487354: UIJobCollector(983306747): 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 1717165487354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487355: UIJobCollector(983306747): 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 1717165487355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487356: UIJobCollector(983306747): 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 1717165487356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487359: UIJobCollector(983306747): 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 1717165487359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487441: UIJobCollector(983306747): 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 1717165487441: UIJobCollector(983306747): 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 1717165487441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1717165487441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487441: UIJobCollector(983306747): 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 1717165487441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487442: UIJobCollector(983306747): 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 1717165487442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 75 1717165487442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487450: UIJobCollector(983306747): 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 1717165487450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487463: UIJobCollector(983306747): 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 1717165487463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487541: UIJobCollector(983306747): 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 1717165487541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1717165487541: UIJobCollector(983306747): 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 1717165487541: UIJobCollector(983306747): 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 1717165487541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487541: UIJobCollector(983306747): 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 1717165487541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487541: UIJobCollector(983306747): 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 1717165487541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487547: UIJobCollector(983306747): 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 1717165487547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487547: UIJobCollector(983306747): 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 1717165487547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487548: UIJobCollector(983306747): 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 1717165487548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487554: UIJobCollector(983306747): 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 1717165487554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487559: UIJobCollector(983306747): 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 1717165487559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487566: UIJobCollector(983306747): 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 1717165487566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487569: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487641: UIJobCollector(983306747): 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 1717165487641: UIJobCollector(983306747): 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 1717165487641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487642: UIJobCollector(983306747): 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 1717165487642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487664: UIJobCollector(983306747): 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 1717165487664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487740: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487741: UIJobCollector(983306747): 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 1717165487741: UIJobCollector(983306747): 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 1717165487741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487741: UIJobCollector(983306747): 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 1717165487741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487742: UIJobCollector(983306747): 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 1717165487742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487753: UIJobCollector(983306747): 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 1717165487753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487755: UIJobCollector(983306747): 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 1717165487755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487756: UIJobCollector(983306747): 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 1717165487756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487757: UIJobCollector(983306747): 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 1717165487757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487760: UIJobCollector(983306747): 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 1717165487760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1717165487841: UIJobCollector(983306747): 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 1717165487841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487841: UIJobCollector(983306747): 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 1717165487841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487841: UIJobCollector(983306747): 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 1717165487841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487845: UIJobCollector(983306747): 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 1717165487845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487848: UIJobCollector(983306747): 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 1717165487848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487849: UIJobCollector(983306747): 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 1717165487849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487849: UIJobCollector(983306747): 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 1717165487849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487941: UIJobCollector(983306747): 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 1717165487941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487941: UIJobCollector(983306747): 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 1717165487941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487941: UIJobCollector(983306747): 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 1717165487941: UIJobCollector(983306747): 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 1717165487941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487942: UIJobCollector(983306747): 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 1717165487942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487942: UIJobCollector(983306747): 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 1717165487942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487942: UIJobCollector(983306747): 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 1717165487942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): 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 1717165487949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165487959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): Nothing left 1717165487959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487959: UIJobCollector(983306747): Result: true 1717165487960: UIJobCollector(983306747): No active jobs 1717165487960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165487963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165487963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165488041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488041: UIJobCollector(983306747): 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 1717165488041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165488041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488042: UIJobCollector(983306747): 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 1717165488042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): 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 1717165488049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488054: UIJobCollector(983306747): 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 1717165488054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488055: UIJobCollector(983306747): 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 1717165488055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488055: UIJobCollector(983306747): 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 1717165488055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): 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 1717165488058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488059: UIJobCollector(983306747): 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 1717165488059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -82, blocked for 0, running for 82 1717165488141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -83, blocked for 0, running for 83 1717165488142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488143: UIJobCollector(983306747): 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 1717165488143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): 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 1717165488144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488151: UIJobCollector(983306747): 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 1717165488151: UIJobCollector(983306747): 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 1717165488151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 5 1717165488152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488152: UIJobCollector(983306747): 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 1717165488152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488152: UIJobCollector(983306747): 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 1717165488152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488241: UIJobCollector(983306747): 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 1717165488241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488241: UIJobCollector(983306747): 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 1717165488241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488241: UIJobCollector(983306747): 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 1717165488242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488246: UIJobCollector(983306747): 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 1717165488246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488259: UIJobCollector(983306747): 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 1717165488259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488268: UIJobCollector(983306747): 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 1717165488268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488268: UIJobCollector(983306747): 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 1717165488268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488268: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488341: UIJobCollector(983306747): 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 1717165488341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488341: UIJobCollector(983306747): 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 1717165488341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488351: UIJobCollector(983306747): 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 1717165488351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488360: UIJobCollector(983306747): 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 1717165488360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488368: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488368: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488368: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488368: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488368: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488368: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488368: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488369: UIJobCollector(983306747): 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 1717165488369: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488369: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488369: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488369: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488369: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488369: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488369: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488369: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488369: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488370: UIJobCollector(983306747): 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 1717165488370: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488370: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488370: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488370: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488370: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488370: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488370: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488370: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488370: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488370: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 71 1717165488441: UIJobCollector(983306747): 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 1717165488441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 72 1717165488441: UIJobCollector(983306747): 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 1717165488441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 73 1717165488441: UIJobCollector(983306747): 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 1717165488441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488442: UIJobCollector(983306747): 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 1717165488442: UIJobCollector(983306747): 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 1717165488442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488442: UIJobCollector(983306747): 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 1717165488442: UIJobCollector(983306747): 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 1717165488442: UIJobCollector(983306747): 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 1717165488442: UIJobCollector(983306747): 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 1717165488442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 73 1717165488442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488443: UIJobCollector(983306747): 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 1717165488443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488443: UIJobCollector(983306747): 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 1717165488444: UIJobCollector(983306747): 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 1717165488444: UIJobCollector(983306747): 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 1717165488444: UIJobCollector(983306747): 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 1717165488444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1717165488444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488445: UIJobCollector(983306747): 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 1717165488445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488447: UIJobCollector(983306747): 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 1717165488447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488447: UIJobCollector(983306747): 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 1717165488447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): 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 1717165488454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488462: UIJobCollector(983306747): Nothing left 1717165488462: UIJobCollector(983306747): Result: true 1717165488462: UIJobCollector(983306747): No active jobs 1717165488462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488541: UIJobCollector(983306747): 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 1717165488541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488541: UIJobCollector(983306747): 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 1717165488541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488545: UIJobCollector(983306747): 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 1717165488545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): 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 1717165488559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488561: UIJobCollector(983306747): 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 1717165488561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488567: UIJobCollector(983306747): 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 1717165488567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488569: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488641: UIJobCollector(983306747): 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 1717165488641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488641: UIJobCollector(983306747): 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 1717165488641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488641: UIJobCollector(983306747): 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 1717165488641: UIJobCollector(983306747): 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 1717165488642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 74 1717165488642: UIJobCollector(983306747): 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 1717165488642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488642: UIJobCollector(983306747): 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 1717165488642: UIJobCollector(983306747): 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 1717165488642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488642: UIJobCollector(983306747): 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 1717165488643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488643: UIJobCollector(983306747): 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 1717165488643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488643: UIJobCollector(983306747): 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 1717165488643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488644: UIJobCollector(983306747): 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 1717165488644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165488644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488644: UIJobCollector(983306747): 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 1717165488644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488644: UIJobCollector(983306747): 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 1717165488644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488645: UIJobCollector(983306747): 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 1717165488645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488645: UIJobCollector(983306747): 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 1717165488645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488645: UIJobCollector(983306747): 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 1717165488645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488645: UIJobCollector(983306747): 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 1717165488646: UIJobCollector(983306747): 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 1717165488646: UIJobCollector(983306747): 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 1717165488646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488646: UIJobCollector(983306747): 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 1717165488646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488646: UIJobCollector(983306747): 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 1717165488646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -3, blocked for 0, running for 4 1717165488647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488647: UIJobCollector(983306747): 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 1717165488647: UIJobCollector(983306747): 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 1717165488647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488648: UIJobCollector(983306747): 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 1717165488648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488648: UIJobCollector(983306747): 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 1717165488648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): 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 1717165488649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): 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 1717165488649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): 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 1717165488741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): 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 1717165488742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488750: UIJobCollector(983306747): 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 1717165488750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488754: UIJobCollector(983306747): 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 1717165488754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488760: UIJobCollector(983306747): 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 1717165488760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488761: UIJobCollector(983306747): 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 1717165488761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488762: UIJobCollector(983306747): 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 1717165488762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488763: UIJobCollector(983306747): Nothing left 1717165488763: UIJobCollector(983306747): Result: true 1717165488763: UIJobCollector(983306747): No active jobs 1717165488763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488841: UIJobCollector(983306747): 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 1717165488841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488842: UIJobCollector(983306747): 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 1717165488842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488845: UIJobCollector(983306747): 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 1717165488845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488863: UIJobCollector(983306747): 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 1717165488863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488941: UIJobCollector(983306747): 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 1717165488941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488941: UIJobCollector(983306747): 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 1717165488941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488941: UIJobCollector(983306747): 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 1717165488941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488945: UIJobCollector(983306747): 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 1717165488945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488970: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488970: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488971: UIJobCollector(983306747): 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 1717165488971: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488971: UIJobCollector(983306747): 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 1717165488971: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488971: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165488971: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488971: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488972: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488972: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488972: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488972: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488973: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488973: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165488973: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488973: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165488973: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165488973: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489041: UIJobCollector(983306747): 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 1717165489041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489041: UIJobCollector(983306747): 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 1717165489041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): 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 1717165489047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489052: UIJobCollector(983306747): 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 1717165489052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489054: UIJobCollector(983306747): 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 1717165489054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489141: UIJobCollector(983306747): 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 1717165489141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489141: UIJobCollector(983306747): 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 1717165489141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): 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 1717165489150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): 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 1717165489160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489161: UIJobCollector(983306747): Nothing left 1717165489161: UIJobCollector(983306747): Result: true 1717165489161: UIJobCollector(983306747): No active jobs 1717165489161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): 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 1717165489163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 77 1717165489241: UIJobCollector(983306747): 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 1717165489241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 77 1717165489241: UIJobCollector(983306747): 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 1717165489241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 77 1717165489241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489241: UIJobCollector(983306747): 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 1717165489241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): 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 1717165489257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489263: UIJobCollector(983306747): 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 1717165489263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489264: UIJobCollector(983306747): 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 1717165489264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): 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 1717165489341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): 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 1717165489341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): 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 1717165489343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489357: UIJobCollector(983306747): 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 1717165489357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): 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 1717165489358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 80 1717165489441: UIJobCollector(983306747): 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 1717165489441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 80 1717165489441: UIJobCollector(983306747): 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 1717165489441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -80, blocked for 0, running for 81 1717165489441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 80 1717165489441: UIJobCollector(983306747): 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 1717165489441: UIJobCollector(983306747): 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 1717165489445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489446: UIJobCollector(983306747): 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 1717165489446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 5 1717165489446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -85, blocked for 0, running for 85 1717165489447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 86 1717165489447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -86, blocked for 0, running for 86 1717165489447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -86, blocked for 0, running for 86 1717165489447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -86, blocked for 0, running for 87 1717165489447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489447: UIJobCollector(983306747): 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 1717165489448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 7 1717165489448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489453: UIJobCollector(983306747): 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 1717165489453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489459: UIJobCollector(983306747): 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 1717165489459: UIJobCollector(983306747): 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 1717165489459: UIJobCollector(983306747): 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 1717165489459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489459: UIJobCollector(983306747): 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 1717165489459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489541: UIJobCollector(983306747): 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 1717165489541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489541: UIJobCollector(983306747): 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 1717165489541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489541: UIJobCollector(983306747): 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 1717165489541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489543: UIJobCollector(983306747): Nothing left 1717165489543: UIJobCollector(983306747): Result: true 1717165489543: UIJobCollector(983306747): No active jobs 1717165489543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): 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 1717165489553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): 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 1717165489554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): 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 1717165489641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): 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 1717165489642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489647: UIJobCollector(983306747): 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 1717165489647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489655: UIJobCollector(983306747): 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 1717165489655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): 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 1717165489657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489663: UIJobCollector(983306747): 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 1717165489663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489664: UIJobCollector(983306747): 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 1717165489664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): 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 1717165489741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489742: UIJobCollector(983306747): 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 1717165489742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489756: UIJobCollector(983306747): 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 1717165489756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489759: UIJobCollector(983306747): 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 1717165489759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489840: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1717165489841: UIJobCollector(983306747): 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 1717165489841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 79 1717165489841: UIJobCollector(983306747): 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 1717165489841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 79 1717165489841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 80 1717165489842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489846: UIJobCollector(983306747): 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 1717165489846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489846: UIJobCollector(983306747): 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 1717165489846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489848: UIJobCollector(983306747): 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 1717165489848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489853: UIJobCollector(983306747): 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 1717165489853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489862: UIJobCollector(983306747): 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 1717165489862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489863: UIJobCollector(983306747): 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 1717165489863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489864: UIJobCollector(983306747): 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 1717165489864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): 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 1717165489941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): 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 1717165489941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489947: UIJobCollector(983306747): Nothing left 1717165489947: UIJobCollector(983306747): Result: true 1717165489947: UIJobCollector(983306747): No active jobs 1717165489947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489959: UIJobCollector(983306747): 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 1717165489959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165489961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165489967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165489967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490041: UIJobCollector(983306747): 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 1717165490041: UIJobCollector(983306747): 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 1717165490041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 74 1717165490041: UIJobCollector(983306747): 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 1717165490041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490041: UIJobCollector(983306747): 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 1717165490041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490041: UIJobCollector(983306747): 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 1717165490041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490041: UIJobCollector(983306747): 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 1717165490042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490054: UIJobCollector(983306747): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490054: UIJobCollector(983306747): Result: false 1717165490054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490055: UIJobCollector(983306747): 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 1717165490056: UIJobCollector(983306747): Active jobs: [short(2313)] 1717165490056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): 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 1717165490067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490141: UIJobCollector(983306747): 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 1717165490141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490141: UIJobCollector(983306747): 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 1717165490141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490143: UIJobCollector(983306747): 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 1717165490143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490150: UIJobCollector(983306747): 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 1717165490150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490159: UIJobCollector(983306747): 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 1717165490159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490160: UIJobCollector(983306747): Nothing left 1717165490160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490160: UIJobCollector(983306747): Result: true 1717165490160: UIJobCollector(983306747): No active jobs 1717165490161: UIJobCollector(983306747): 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 1717165490161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490241: UIJobCollector(983306747): 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 1717165490241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490241: UIJobCollector(983306747): 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 1717165490241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490241: UIJobCollector(983306747): 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 1717165490241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): 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 1717165490242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490243: UIJobCollector(983306747): 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 1717165490243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490257: UIJobCollector(983306747): 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 1717165490257: UIJobCollector(983306747): 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 1717165490257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490341: UIJobCollector(983306747): 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 1717165490341: UIJobCollector(983306747): 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 1717165490341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490343: UIJobCollector(983306747): 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 1717165490343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): 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 1717165490345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490345: UIJobCollector(983306747): 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 1717165490345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): 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 1717165490441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): 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 1717165490442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490444: UIJobCollector(983306747): 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 1717165490444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): 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 1717165490455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): 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 1717165490459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): 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 1717165490462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490468: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490468: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490468: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490468: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490468: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490468: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490468: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490468: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): 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 1717165490541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): 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 1717165490541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): 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 1717165490545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): 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 1717165490550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490567: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): 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 1717165490568: UIJobCollector(983306747): 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 1717165490568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490569: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490569: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490569: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490569: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490570: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490569: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490641: UIJobCollector(983306747): 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 1717165490641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): 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 1717165490642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): 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 1717165490647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490741: UIJobCollector(983306747): 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 1717165490741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490741: UIJobCollector(983306747): 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 1717165490741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490741: UIJobCollector(983306747): 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 1717165490741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): 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 1717165490748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): 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 1717165490749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): 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 1717165490749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490750: UIJobCollector(983306747): 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 1717165490750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): 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 1717165490750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490751: UIJobCollector(983306747): 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 1717165490751: UIJobCollector(983306747): 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 1717165490751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490752: UIJobCollector(983306747): 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 1717165490752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490752: UIJobCollector(983306747): 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 1717165490752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490752: UIJobCollector(983306747): 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 1717165490752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490752: UIJobCollector(983306747): 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 1717165490752: UIJobCollector(983306747): 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 1717165490752: UIJobCollector(983306747): 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 1717165490752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490753: UIJobCollector(983306747): 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 1717165490753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): 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 1717165490841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): 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 1717165490841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490852: UIJobCollector(983306747): 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 1717165490852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490856: UIJobCollector(983306747): 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 1717165490856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): 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 1717165490941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): 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 1717165490941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): 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 1717165490955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): 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 1717165490957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490958: UIJobCollector(983306747): Nothing left 1717165490958: UIJobCollector(983306747): Result: true 1717165490958: UIJobCollector(983306747): No active jobs 1717165490958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490960: UIJobCollector(983306747): 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 1717165490960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): 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 1717165490961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165490965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165490966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165490966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165490966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): 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 1717165491041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): 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 1717165491042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491046: UIJobCollector(983306747): 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 1717165491046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): 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 1717165491057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): 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 1717165491060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): 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 1717165491065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): 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 1717165491141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): 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 1717165491141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): 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 1717165491143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): 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 1717165491157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1717165491241: UIJobCollector(983306747): 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 1717165491241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): 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 1717165491241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491241: UIJobCollector(983306747): 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 1717165491242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): 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 1717165491262: UIJobCollector(983306747): 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 1717165491262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): 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 1717165491262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): 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 1717165491265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491268: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491268: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): 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 1717165491269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491269: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491269: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491269: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491341: UIJobCollector(983306747): 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 1717165491341: UIJobCollector(983306747): 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 1717165491341: UIJobCollector(983306747): 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 1717165491341: UIJobCollector(983306747): 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 1717165491341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491342: UIJobCollector(983306747): 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 1717165491342: UIJobCollector(983306747): 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 1717165491342: UIJobCollector(983306747): 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 1717165491342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491342: UIJobCollector(983306747): 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 1717165491342: UIJobCollector(983306747): 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 1717165491342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 73 1717165491342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491342: UIJobCollector(983306747): 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 1717165491342: UIJobCollector(983306747): 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 1717165491342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491342: UIJobCollector(983306747): 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 1717165491343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): 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 1717165491343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): 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 1717165491343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): 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 1717165491343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491344: UIJobCollector(983306747): 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 1717165491344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): 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 1717165491344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): 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 1717165491344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491344: UIJobCollector(983306747): 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 1717165491344: UIJobCollector(983306747): 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 1717165491344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): 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 1717165491345: UIJobCollector(983306747): 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 1717165491345: UIJobCollector(983306747): 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 1717165491345: UIJobCollector(983306747): 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 1717165491345: UIJobCollector(983306747): 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 1717165491345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): 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 1717165491345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): 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 1717165491345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): 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 1717165491346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): 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 1717165491346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): 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 1717165491346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): 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 1717165491347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): 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 1717165491347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): 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 1717165491347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): 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 1717165491359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): 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 1717165491364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): 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 1717165491441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): 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 1717165491441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): 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 1717165491457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): 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 1717165491464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491541: UIJobCollector(983306747): 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 1717165491541: UIJobCollector(983306747): 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 1717165491541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1717165491541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491541: UIJobCollector(983306747): 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 1717165491541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491541: UIJobCollector(983306747): 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 1717165491541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): 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 1717165491563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491566: UIJobCollector(983306747): Result: false 1717165491567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491641: UIJobCollector(983306747): Active jobs: [short(3713)] 1717165491641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): 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 1717165491648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): 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 1717165491649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): 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 1717165491655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): 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 1717165491741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): 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 1717165491741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): 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 1717165491749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): 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 1717165491753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): 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 1717165491759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1717165491841: UIJobCollector(983306747): 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 1717165491841: UIJobCollector(983306747): 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 1717165491841: UIJobCollector(983306747): 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 1717165491841: UIJobCollector(983306747): 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 1717165491841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491841: UIJobCollector(983306747): 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 1717165491841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491841: UIJobCollector(983306747): 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 1717165491841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): 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 1717165491842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491842: UIJobCollector(983306747): 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 1717165491842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): 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 1717165491842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): 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 1717165491843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): 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 1717165491844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): 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 1717165491855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): 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 1717165491855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): 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 1717165491856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): 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 1717165491864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 72 1717165491941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 72 1717165491941: UIJobCollector(983306747): 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 1717165491941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 72 1717165491941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 72 1717165491941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): 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 1717165491960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165491963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491968: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165491968: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165491968: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492041: UIJobCollector(983306747): 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 1717165492041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492041: UIJobCollector(983306747): 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 1717165492041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492041: UIJobCollector(983306747): 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 1717165492042: UIJobCollector(983306747): 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 1717165492042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): 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 1717165492049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492141: UIJobCollector(983306747): 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 1717165492141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1717165492141: UIJobCollector(983306747): 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 1717165492141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492141: UIJobCollector(983306747): 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 1717165492141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492141: UIJobCollector(983306747): 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 1717165492142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): 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 1717165492150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): 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 1717165492156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): 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 1717165492241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): 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 1717165492241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): 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 1717165492250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492252: UIJobCollector(983306747): 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 1717165492252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492341: UIJobCollector(983306747): 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 1717165492341: UIJobCollector(983306747): 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 1717165492341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492341: UIJobCollector(983306747): 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 1717165492341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492341: UIJobCollector(983306747): 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 1717165492341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): 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 1717165492350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): 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 1717165492351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492354: UIJobCollector(983306747): Nothing left 1717165492354: UIJobCollector(983306747): Result: true 1717165492354: UIJobCollector(983306747): No active jobs 1717165492354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492356: UIJobCollector(983306747): 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 1717165492356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1717165492441: UIJobCollector(983306747): 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 1717165492441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1717165492441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165492441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1717165492441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 78 1717165492441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): 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 1717165492455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492473: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -10, blocked for 0, running for 10 1717165492473: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -10, blocked for 0, running for 10 1717165492473: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -10, blocked for 0, running for 10 1717165492473: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492473: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492474: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492474: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492474: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492474: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492475: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492475: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492475: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492476: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492476: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492476: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492476: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492476: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492476: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): 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 1717165492477: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492477: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492477: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492477: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492477: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492477: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492477: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492477: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492478: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492478: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492478: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492478: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492479: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492479: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492479: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492479: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492479: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): 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 1717165492541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -63, blocked for 0, running for 63 1717165492542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): 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 1717165492551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): 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 1717165492563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492567: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492568: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): 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 1717165492641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): 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 1717165492641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492648: UIJobCollector(983306747): 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 1717165492648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): 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 1717165492655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): 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 1717165492741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): 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 1717165492741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): 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 1717165492749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492841: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165492841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -77, blocked for 0, running for 78 1717165492841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): 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 1717165492841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165492841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1717165492846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 3 1717165492847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): 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 1717165492847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): 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 1717165492849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): 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 1717165492941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): 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 1717165492941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165492965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165492965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165492965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165492965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): 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 1717165493041: UIJobCollector(983306747): 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 1717165493041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 76 1717165493041: UIJobCollector(983306747): 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 1717165493041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): 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 1717165493041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): 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 1717165493041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493046: UIJobCollector(983306747): 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 1717165493046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): 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 1717165493048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -10, blocked for 0, running for 10 1717165493060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493071: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493072: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493072: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493072: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493073: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493074: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493074: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493074: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493074: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): 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 1717165493141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): 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 1717165493141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): 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 1717165493153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): 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 1717165493158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1717165493241: UIJobCollector(983306747): 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 1717165493241: UIJobCollector(983306747): 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 1717165493241: UIJobCollector(983306747): 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 1717165493241: UIJobCollector(983306747): 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 1717165493241: UIJobCollector(983306747): 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 1717165493241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 76 1717165493241: UIJobCollector(983306747): 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 1717165493241: UIJobCollector(983306747): 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 1717165493241: UIJobCollector(983306747): 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 1717165493242: UIJobCollector(983306747): 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 1717165493242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): 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 1717165493242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): 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 1717165493242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 77 1717165493242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): 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 1717165493243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): 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 1717165493243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): 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 1717165493244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): 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 1717165493250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): 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 1717165493262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): 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 1717165493264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493341: UIJobCollector(983306747): 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 1717165493341: UIJobCollector(983306747): 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 1717165493341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493341: UIJobCollector(983306747): 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 1717165493341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): 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 1717165493359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): 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 1717165493360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): 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 1717165493441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): 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 1717165493441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): 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 1717165493441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): 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 1717165493441: UIJobCollector(983306747): 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 1717165493441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493442: UIJobCollector(983306747): 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 1717165493442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493442: UIJobCollector(983306747): 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 1717165493442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493442: UIJobCollector(983306747): 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 1717165493442: UIJobCollector(983306747): 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 1717165493442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493442: UIJobCollector(983306747): 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 1717165493442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493443: UIJobCollector(983306747): 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 1717165493443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493443: UIJobCollector(983306747): 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 1717165493443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493443: UIJobCollector(983306747): 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 1717165493443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493443: UIJobCollector(983306747): 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 1717165493443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): 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 1717165493444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): 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 1717165493444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 79 1717165493444: UIJobCollector(983306747): 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 1717165493444: UIJobCollector(983306747): 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 1717165493444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): 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 1717165493444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493445: UIJobCollector(983306747): 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 1717165493445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): 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 1717165493445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): 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 1717165493445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): 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 1717165493446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): 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 1717165493449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493461: UIJobCollector(983306747): 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 1717165493461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493463: UIJobCollector(983306747): 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 1717165493463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 3 1717165493463: UIJobCollector(983306747): 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 1717165493464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): 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 1717165493466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): 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 1717165493467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): 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 1717165493541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): 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 1717165493541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): 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 1717165493541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): 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 1717165493547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): 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 1717165493560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): 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 1717165493561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): 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 1717165493641: UIJobCollector(983306747): 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 1717165493641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): 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 1717165493641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): 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 1717165493645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): 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 1717165493656: UIJobCollector(983306747): 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 1717165493656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): 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 1717165493656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): 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 1717165493659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493670: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493670: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493670: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493671: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493671: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493671: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493671: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493671: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493671: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493671: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493672: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493672: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493672: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493672: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493672: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493672: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493672: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493673: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493673: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493673: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493673: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493674: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493674: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493674: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493674: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493675: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493675: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493675: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493675: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493675: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493675: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493676: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493676: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493676: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493677: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493677: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493677: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493677: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493677: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493677: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493677: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493677: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493678: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493678: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493678: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493678: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493678: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493678: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493678: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493678: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -63, blocked for 0, running for 63 1717165493741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -63, blocked for 0, running for 64 1717165493741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): 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 1717165493745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): 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 1717165493753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): 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 1717165493843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493844: UIJobCollector(983306747): 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 1717165493844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): 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 1717165493845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): 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 1717165493854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): 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 1717165493860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): 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 1717165493864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): 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 1717165493941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493941: UIJobCollector(983306747): 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 1717165493941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493941: UIJobCollector(983306747): 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 1717165493941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165493942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165493942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165493942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): 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 1717165493942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): 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 1717165493943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): 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 1717165493944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493944: UIJobCollector(983306747): 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 1717165493944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -2, blocked for 0, running for 3 1717165493944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): 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 1717165493945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): 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 1717165493945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): 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 1717165493946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): 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 1717165493946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493947: UIJobCollector(983306747): 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 1717165493947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493948: UIJobCollector(983306747): 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 1717165493948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493948: UIJobCollector(983306747): 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 1717165493948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): 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 1717165493951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493956: UIJobCollector(983306747): Checking: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493956: UIJobCollector(983306747): Result: false 1717165493956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493956: UIJobCollector(983306747): Active jobs: [short(6113)] 1717165493957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165493965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): 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 1717165493966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165493966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165493966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494041: UIJobCollector(983306747): 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 1717165494041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1717165494041: UIJobCollector(983306747): 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 1717165494041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494041: UIJobCollector(983306747): 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 1717165494041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494041: UIJobCollector(983306747): 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 1717165494041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): 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 1717165494043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494049: UIJobCollector(983306747): 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 1717165494049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494050: UIJobCollector(983306747): 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 1717165494050: UIJobCollector(983306747): 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 1717165494051: UIJobCollector(983306747): 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 1717165494051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494051: UIJobCollector(983306747): 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 1717165494052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 2 1717165494052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): 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 1717165494052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): 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 1717165494056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): 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 1717165494057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494060: UIJobCollector(983306747): Nothing left 1717165494060: UIJobCollector(983306747): Result: true 1717165494060: UIJobCollector(983306747): No active jobs 1717165494060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494066: UIJobCollector(983306747): 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 1717165494066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): 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 1717165494141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): 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 1717165494141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): 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 1717165494146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): 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 1717165494146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -10, blocked for 0, running for 10 1717165494169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -10, blocked for 0, running for 10 1717165494169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494170: UIJobCollector(983306747): Nothing left 1717165494171: UIJobCollector(983306747): Result: true 1717165494171: UIJobCollector(983306747): No active jobs 1717165494171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494240: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1717165494241: UIJobCollector(983306747): 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 1717165494241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494241: UIJobCollector(983306747): 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 1717165494241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494241: UIJobCollector(983306747): 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 1717165494241: UIJobCollector(983306747): 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 1717165494241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494241: UIJobCollector(983306747): 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 1717165494241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494241: UIJobCollector(983306747): 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 1717165494242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): 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 1717165494242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): 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 1717165494242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): 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 1717165494242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494242: UIJobCollector(983306747): 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 1717165494243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494243: UIJobCollector(983306747): 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 1717165494243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): 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 1717165494249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): 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 1717165494261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494341: UIJobCollector(983306747): 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 1717165494341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494440: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 75 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494441: UIJobCollector(983306747): 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 1717165494441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494441: UIJobCollector(983306747): 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 1717165494442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494442: UIJobCollector(983306747): 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 1717165494442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): 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 1717165494442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): 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 1717165494442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): 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 1717165494442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): 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 1717165494453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494456: UIJobCollector(983306747): 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 1717165494456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): 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 1717165494459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): 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 1717165494460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494460: UIJobCollector(983306747): Nothing left 1717165494460: UIJobCollector(983306747): Result: true 1717165494460: UIJobCollector(983306747): No active jobs 1717165494460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): 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 1717165494541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): 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 1717165494542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): 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 1717165494551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): 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 1717165494564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): 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 1717165494641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494641: UIJobCollector(983306747): 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 1717165494642: UIJobCollector(983306747): 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 1717165494642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494652: UIJobCollector(983306747): 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 1717165494652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): 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 1717165494657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): 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 1717165494664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): 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 1717165494665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494667: UIJobCollector(983306747): 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 1717165494667: UIJobCollector(983306747): 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 1717165494667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494667: UIJobCollector(983306747): 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 1717165494667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): 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 1717165494748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494756: UIJobCollector(983306747): 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 1717165494756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494756: UIJobCollector(983306747): 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 1717165494756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): 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 1717165494768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): 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 1717165494771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494841: UIJobCollector(983306747): 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 1717165494841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 69 1717165494841: UIJobCollector(983306747): 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 1717165494841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 70 1717165494841: UIJobCollector(983306747): 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 1717165494841: UIJobCollector(983306747): 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 1717165494841: UIJobCollector(983306747): 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 1717165494841: UIJobCollector(983306747): 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 1717165494841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -70, blocked for 0, running for 71 1717165494841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494841: UIJobCollector(983306747): 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 1717165494841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494841: UIJobCollector(983306747): 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 1717165494841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -71, blocked for 0, running for 72 1717165494842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): 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 1717165494842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494842: UIJobCollector(983306747): 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 1717165494843: UIJobCollector(983306747): 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 1717165494843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494844: UIJobCollector(983306747): 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 1717165494844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): 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 1717165494852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): 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 1717165494856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): 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 1717165494858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): 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 1717165494941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): 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 1717165494941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): 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 1717165494945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494953: UIJobCollector(983306747): Nothing left 1717165494953: UIJobCollector(983306747): Result: true 1717165494953: UIJobCollector(983306747): No active jobs 1717165494953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165494962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165494966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165494966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): 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 1717165495041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): 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 1717165495041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495045: UIJobCollector(983306747): 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 1717165495045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495052: UIJobCollector(983306747): Nothing left 1717165495052: UIJobCollector(983306747): Result: true 1717165495052: UIJobCollector(983306747): No active jobs 1717165495052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): 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 1717165495055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): 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 1717165495056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495057: UIJobCollector(983306747): 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 1717165495057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): 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 1717165495058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -74, blocked for 0, running for 74 1717165495141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): 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 1717165495141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): 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 1717165495141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): 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 1717165495143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): 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 1717165495150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): 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 1717165495158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165495241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165495241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165495241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): 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 1717165495241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -78, blocked for 0, running for 78 1717165495241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): 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 1717165495341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 75 1717165495341: UIJobCollector(983306747): 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 1717165495341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): 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 1717165495341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): 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 1717165495341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495345: UIJobCollector(983306747): 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 1717165495345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495352: UIJobCollector(983306747): 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 1717165495352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -7, blocked for 0, running for 7 1717165495352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495352: UIJobCollector(983306747): 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 1717165495353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): 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 1717165495353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): 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 1717165495363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495368: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495368: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495368: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495369: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495369: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495369: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495369: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495369: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495369: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495370: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495370: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495370: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495370: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495371: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495371: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495371: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495371: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495371: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495372: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495372: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): 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 1717165495441: UIJobCollector(983306747): 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 1717165495441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): 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 1717165495441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): 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 1717165495451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): 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 1717165495463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495540: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): 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 1717165495541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -76, blocked for 0, running for 76 1717165495541: UIJobCollector(983306747): 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 1717165495541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): 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 1717165495541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495542: UIJobCollector(983306747): 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 1717165495542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): 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 1717165495545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): 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 1717165495549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495550: UIJobCollector(983306747): Nothing left 1717165495550: UIJobCollector(983306747): Result: true 1717165495550: UIJobCollector(983306747): No active jobs 1717165495550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): 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 1717165495559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495641: UIJobCollector(983306747): 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 1717165495641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): 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 1717165495642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495642: UIJobCollector(983306747): 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 1717165495642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): 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 1717165495648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): 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 1717165495652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): 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 1717165495656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495657: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): 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 1717165495658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): 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 1717165495666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495669: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495669: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495670: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495670: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495670: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495670: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495671: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495671: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495671: UIJobCollector(983306747): 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 1717165495671: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): 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 1717165495752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495771: UIJobCollector(983306747): 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 1717165495771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495772: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495772: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495772: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495772: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495772: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 69 1717165495841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 69 1717165495841: UIJobCollector(983306747): 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 1717165495841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -69, blocked for 0, running for 70 1717165495841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 69 1717165495841: UIJobCollector(983306747): 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 1717165495841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 69 1717165495841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495841: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495842: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495843: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495844: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495845: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): 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 1717165495847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): 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 1717165495857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 7 1717165495857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -6, blocked for 0, running for 7 1717165495857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495871: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495871: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495871: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495871: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495871: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495871: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495872: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495872: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495872: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495873: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495873: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495873: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495874: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495874: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495874: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495874: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495874: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495875: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495875: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495875: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495875: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): 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 1717165495941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): 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 1717165495941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): 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 1717165495941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): 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 1717165495955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495955: UIJobCollector(983306747): 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 1717165495955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495957: UIJobCollector(983306747): 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 1717165495957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165495966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165495966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165495966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165495966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): 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 1717165496041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): 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 1717165496041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): 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 1717165496043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): 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 1717165496046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): 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 1717165496047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): 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 1717165496058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 71 1717165496141: UIJobCollector(983306747): 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 1717165496141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 71 1717165496141: UIJobCollector(983306747): 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 1717165496141: UIJobCollector(983306747): 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 1717165496141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 71 1717165496141: UIJobCollector(983306747): 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 1717165496141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 71 1717165496141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496141: UIJobCollector(983306747): 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 1717165496142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496142: UIJobCollector(983306747): 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 1717165496142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): 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 1717165496142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): 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 1717165496142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): 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 1717165496143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): 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 1717165496143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): 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 1717165496144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): 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 1717165496145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): 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 1717165496146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496146: UIJobCollector(983306747): 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 1717165496146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496147: UIJobCollector(983306747): 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 1717165496147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496148: UIJobCollector(983306747): 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 1717165496148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496149: UIJobCollector(983306747): 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 1717165496149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496174: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496174: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496174: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496175: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496175: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496176: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496176: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496176: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496176: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496177: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496177: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496177: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -64, blocked for 0, running for 64 1717165496241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -64, blocked for 0, running for 64 1717165496241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): 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 1717165496250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496253: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496254: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496255: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496256: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496257: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496258: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): 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 1717165496260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): 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 1717165496274: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): 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 1717165496274: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496274: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496275: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496275: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496275: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496275: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496275: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496275: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496275: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496275: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496276: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496276: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496276: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496277: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496277: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496277: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496277: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496277: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496277: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496277: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496277: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496278: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496278: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496278: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496278: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496278: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496279: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496279: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496279: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496279: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496280: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496280: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496280: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496280: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496280: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496280: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496280: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -61, blocked for 0, running for 61 1717165496341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -61, blocked for 0, running for 61 1717165496341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496343: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496343: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496343: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496343: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496367: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496368: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496368: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496368: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496368: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496368: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496368: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496368: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496368: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496368: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): 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 1717165496441: UIJobCollector(983306747): 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 1717165496441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 73 1717165496441: UIJobCollector(983306747): 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 1717165496441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 73 1717165496441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): 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 1717165496441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): 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 1717165496441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496442: UIJobCollector(983306747): 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 1717165496442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496455: UIJobCollector(983306747): 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 1717165496455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): 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 1717165496460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496462: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496463: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496464: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496464: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496465: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496466: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496467: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496467: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496468: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496468: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496468: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496468: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496468: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496468: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496468: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496468: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496469: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496469: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -72, blocked for 0, running for 72 1717165496541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -73, blocked for 0, running for 73 1717165496541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): 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 1717165496541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): 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 1717165496541: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496541: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496542: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496543: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496544: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496545: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496546: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496547: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496548: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496549: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496550: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496551: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496552: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496553: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496554: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): 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 1717165496555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496555: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496556: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496557: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496558: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496559: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496560: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496561: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496562: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496563: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): 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 1717165496564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496564: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496564: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496565: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496566: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496568: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -75, blocked for 0, running for 75 1717165496641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): 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 1717165496641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): 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 1717165496641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): 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 1717165496641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496641: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496642: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496643: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496644: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496644: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496645: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496646: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496647: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496648: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496649: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496650: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496651: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496652: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496653: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496653: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496654: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): 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 1717165496655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496655: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496656: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496657: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496657: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496657: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496657: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): 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 1717165496658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496658: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496659: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496660: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496660: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496660: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496660: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496660: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496661: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496662: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496663: UIJobCollector(983306747): 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 1717165496663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496663: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496663: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496663: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496663: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496663: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496664: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496665: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496666: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496667: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496668: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496668: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496668: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): 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 1717165496741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496741: UIJobCollector(983306747): 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 1717165496742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496742: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496743: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496744: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496744: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496745: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496746: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496747: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): 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 1717165496748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496748: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496749: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496750: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496751: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): 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 1717165496752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496752: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496753: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496754: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496755: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496756: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496757: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496758: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496759: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496760: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496760: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496760: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496760: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496760: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496761: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496762: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496763: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496764: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496765: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496766: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496767: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496767: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496768: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496768: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496769: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496769: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496770: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496771: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496772: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496772: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496772: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496772: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496773: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496773: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496773: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496773: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496773: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496773: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496773: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496773: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496773: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496773: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496846: UIJobCollector(983306747): 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 1717165496846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496846: UIJobCollector(983306747): 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 1717165496846: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496846: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496846: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496846: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496846: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496847: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496848: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496849: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496850: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496851: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496852: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496853: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496854: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496855: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496856: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496857: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496858: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496859: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496859: UIJobCollector(983306747): Nothing left 1717165496859: UIJobCollector(983306747): Result: true 1717165496859: UIJobCollector(983306747): No active jobs 1717165496860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496860: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496861: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496862: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): 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 1717165496863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496863: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496864: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): 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 1717165496865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496865: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): 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 1717165496866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496866: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496866: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496867: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496868: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496869: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496870: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496871: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496871: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496871: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496871: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496871: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496871: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496872: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496873: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496873: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496873: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496873: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496873: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496873: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496873: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496873: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496873: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496873: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496873: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496873: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): 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 1717165496941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): 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 1717165496941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): 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 1717165496941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496941: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496942: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496943: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): 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 1717165496944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496944: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): 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 1717165496945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496945: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): 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 1717165496946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496946: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496947: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496948: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496949: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496950: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496951: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496952: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496953: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496953: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496954: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496955: UIJobCollector(983306747): 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 1717165496955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496955: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496956: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496957: UIJobCollector(983306747): 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 1717165496957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496957: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496957: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496958: UIJobCollector(983306747): 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 1717165496958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496958: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496958: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496959: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496960: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496961: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496962: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496963: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496964: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496965: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496966: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496967: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496968: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496968: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496968: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496968: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496968: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496968: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496968: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496969: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496969: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496969: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496969: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496970: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496970: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496970: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496970: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496970: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496971: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496971: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496971: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496971: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496972: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496972: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496972: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496972: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496972: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496972: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496973: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496973: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496973: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496973: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496973: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496973: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496974: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496974: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496974: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496974: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496975: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496975: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496975: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496975: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496975: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165496975: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496975: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): 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 1717165496976: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496976: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496976: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496976: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496976: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496976: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496976: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496977: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496977: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165496977: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165496977: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -64, blocked for 0, running for 64 1717165497041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -64, blocked for 0, running for 64 1717165497041: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497041: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497042: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497043: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): 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 1717165497044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497044: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497044: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): 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 1717165497045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497045: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497045: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497046: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497046: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497047: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497048: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497049: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): 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 1717165497050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): 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 1717165497050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497050: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497050: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497051: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497052: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): 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 1717165497053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497053: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497053: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497054: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497055: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497056: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497057: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497057: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497058: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497059: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497060: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497061: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497062: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497063: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497064: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497065: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497066: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497067: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497068: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497069: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497070: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497071: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497071: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497072: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497072: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497073: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497074: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497074: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497074: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497075: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497075: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497075: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497075: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497075: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497075: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497075: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497076: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497076: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497077: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497077: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497077: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497077: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497077: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497077: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497077: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497077: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497077: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -64, blocked for 0, running for 64 1717165497141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -64, blocked for 0, running for 64 1717165497141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497141: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497142: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): 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 1717165497143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497143: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497144: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497145: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497146: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497147: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497148: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497149: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497150: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497151: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497152: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497153: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497154: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497155: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497156: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497157: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497158: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497159: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497159: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497160: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): 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 1717165497161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497161: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497162: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497162: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497163: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): 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 1717165497164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497164: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497165: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497166: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497167: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497168: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497169: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497170: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): 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 1717165497171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497171: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): 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 1717165497172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497172: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497173: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497174: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497174: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497174: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497174: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497174: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497175: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497175: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497175: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497175: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497175: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497176: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497176: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497176: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497176: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497176: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497176: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497176: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497177: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497177: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497177: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497177: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497178: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497178: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -63, blocked for 0, running for 63 1717165497241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -63, blocked for 0, running for 63 1717165497241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -63, blocked for 0, running for 63 1717165497241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -63, blocked for 0, running for 63 1717165497241: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497241: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497242: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497242: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497243: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497243: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497243: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497243: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497243: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497244: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497245: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497246: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497247: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497248: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497249: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497250: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497251: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497252: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497252: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497258: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497258: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): 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 1717165497259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497259: UIJobCollector(983306747): 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 1717165497259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): 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 1717165497259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497259: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497259: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497260: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497261: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497262: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): 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 1717165497263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497263: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497264: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497265: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497266: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497267: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497268: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497268: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497269: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497270: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497271: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497271: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497271: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497272: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497272: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497272: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497272: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497272: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497272: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497272: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497273: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497273: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497273: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497273: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497274: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497274: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 67 1717165497341: UIJobCollector(983306747): 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 1717165497341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 67 1717165497341: UIJobCollector(983306747): 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 1717165497341: UIJobCollector(983306747): 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 1717165497341: UIJobCollector(983306747): 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 1717165497341: UIJobCollector(983306747): 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 1717165497341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 67 1717165497341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497341: UIJobCollector(983306747): 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 1717165497341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497341: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 67 1717165497341: UIJobCollector(983306747): 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 1717165497341: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497341: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497341: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497341: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): 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 1717165497342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): 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 1717165497342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497342: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497342: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497343: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497344: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497344: UIJobCollector(983306747): 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 1717165497344: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497344: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497344: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): 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 1717165497345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): 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 1717165497345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497345: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): 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 1717165497346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497346: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497347: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497348: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497349: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497350: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497351: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497351: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497352: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497353: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497354: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497355: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497356: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497357: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497358: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497359: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497360: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497361: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497362: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497363: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497364: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497365: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497366: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): 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 1717165497441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): 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 1717165497441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497441: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497442: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497442: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497443: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497444: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497445: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497446: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): 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 1717165497447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497447: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497448: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497449: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497450: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497451: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497452: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497453: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497454: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497455: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497456: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497457: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497458: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497459: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165497460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497460: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 1 1717165497461: UIJobCollector(983306747): event: new: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): event: scheduled: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): Nullified: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): event: done: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497461: UIJobCollector(983306747): event: gone: org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest$ShortJob (short), NONE, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497572: UIJobCollector(1984431920): enable 1717165497642: UIJobCollector(1984431920): Nothing left 1717165497642: UIJobCollector(1984431920): Result: true 1717165497642: UIJobCollector(1984431920): No active jobs 1717165497642: UIJobCollector(1079650670): enable 1717165497742: UIJobCollector(1079650670): Nothing left 1717165497742: UIJobCollector(1079650670): Result: true 1717165497742: UIJobCollector(1079650670): No active jobs 1717165497743: UIJobCollector(1079650670): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165497743: UIJobCollector(1079650670): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497743: UIJobCollector(1079650670): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497743: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165497744: UIJobCollector(1079650670): Result: false 1717165497744: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499256: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1513, blocked for 0, running for 1513 1717165499257: UIJobCollector(1079650670): sleep is blocked 1717165499257: UIJobCollector(1079650670): Result: false 1717165499258: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499308: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1565, blocked for 51, running for 0 1717165499308: UIJobCollector(1079650670): Result: false 1717165499308: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499359: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1616, blocked for 102, running for 0 1717165499359: UIJobCollector(1079650670): Result: false 1717165499360: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499411: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1668, blocked for 154, running for 0 1717165499411: UIJobCollector(1079650670): Result: false 1717165499411: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499462: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1719, blocked for 205, running for 0 1717165499462: UIJobCollector(1079650670): Result: false 1717165499462: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499515: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1772, blocked for 258, running for 0 1717165499515: UIJobCollector(1079650670): Result: false 1717165499516: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499566: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1823, blocked for 309, running for 0 1717165499567: UIJobCollector(1079650670): Result: false 1717165499567: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499617: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1874, blocked for 360, running for 0 1717165499617: UIJobCollector(1079650670): Result: false 1717165499617: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499669: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1926, blocked for 412, running for 0 1717165499670: UIJobCollector(1079650670): Result: false 1717165499670: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499722: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1979, blocked for 465, running for 0 1717165499722: UIJobCollector(1079650670): Result: false 1717165499722: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499774: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2031, blocked for 517, running for 0 1717165499774: UIJobCollector(1079650670): Result: false 1717165499775: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499826: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2083, blocked for 569, running for 0 1717165499827: UIJobCollector(1079650670): Result: false 1717165499827: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499879: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2136, blocked for 622, running for 0 1717165499879: UIJobCollector(1079650670): Result: false 1717165499879: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499931: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2188, blocked for 674, running for 0 1717165499932: UIJobCollector(1079650670): Result: false 1717165499932: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165499984: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2241, blocked for 727, running for 0 1717165499985: UIJobCollector(1079650670): Result: false 1717165499985: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500036: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2293, blocked for 779, running for 0 1717165500036: UIJobCollector(1079650670): Result: false 1717165500036: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500087: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2344, blocked for 830, running for 0 1717165500087: UIJobCollector(1079650670): Result: false 1717165500087: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500138: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2395, blocked for 881, running for 0 1717165500139: UIJobCollector(1079650670): Result: false 1717165500139: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500192: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2448, blocked for 934, running for 0 1717165500192: UIJobCollector(1079650670): Result: false 1717165500192: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500242: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2499, blocked for 985, running for 0 1717165500242: UIJobCollector(1079650670): Result: false 1717165500243: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500294: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2551, blocked for 1037, running for 0 1717165500294: UIJobCollector(1079650670): Result: false 1717165500294: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500344: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2601, blocked for 1087, running for 0 1717165500345: UIJobCollector(1079650670): Result: false 1717165500345: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500395: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2652, blocked for 1138, running for 0 1717165500395: UIJobCollector(1079650670): Result: false 1717165500396: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500447: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2703, blocked for 1189, running for 0 1717165500447: UIJobCollector(1079650670): Result: false 1717165500447: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500497: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2754, blocked for 1240, running for 0 1717165500497: UIJobCollector(1079650670): Result: false 1717165500497: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500547: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2804, blocked for 1290, running for 0 1717165500548: UIJobCollector(1079650670): Result: false 1717165500548: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500598: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2855, blocked for 1341, running for 0 1717165500598: UIJobCollector(1079650670): Result: false 1717165500598: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500648: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2905, blocked for 1391, running for 0 1717165500648: UIJobCollector(1079650670): Result: false 1717165500649: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500700: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2957, blocked for 1443, running for 0 1717165500700: UIJobCollector(1079650670): Result: false 1717165500700: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500750: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3007, blocked for 1493, running for 0 1717165500751: UIJobCollector(1079650670): Result: false 1717165500751: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500802: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3059, blocked for 1545, running for 0 1717165500802: UIJobCollector(1079650670): Result: false 1717165500802: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500854: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3110, blocked for 1596, running for 0 1717165500854: UIJobCollector(1079650670): Result: false 1717165500854: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500905: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3162, blocked for 1648, running for 0 1717165500905: UIJobCollector(1079650670): Result: false 1717165500906: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165500957: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3214, blocked for 1700, running for 0 1717165500958: UIJobCollector(1079650670): Result: false 1717165500958: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165501010: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3267, blocked for 1753, running for 0 1717165501010: UIJobCollector(1079650670): Result: false 1717165501010: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165501062: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3319, blocked for 1805, running for 0 1717165501062: UIJobCollector(1079650670): Result: false 1717165501063: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165501115: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3372, blocked for 1858, running for 0 1717165501116: UIJobCollector(1079650670): Result: false 1717165501116: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165501168: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3425, blocked for 1911, running for 0 1717165501169: UIJobCollector(1079650670): Result: false 1717165501169: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165501220: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3477, blocked for 1963, running for 0 1717165501220: UIJobCollector(1079650670): Result: false 1717165501221: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165501271: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3528, blocked for 2014, running for 0 1717165501272: UIJobCollector(1079650670): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3528, blocked for 2014, running for 0 1717165501272: UIJobCollector(1079650670): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3529, blocked for 2015, running for 0 1717165501272: UIJobCollector(1079650670): Result: true 1717165501272: UIJobCollector(1079650670): No active jobs 1717165501272: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3529, blocked for 2015, running for 0 1717165501272: UIJobCollector(1079650670): Result: false 1717165501273: UIJobCollector(1079650670): Active jobs: [sleep(10114)] 1717165502773: UIJobCollector(1079650670): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5030, blocked for 3516, running for 0 1717165502773: UIJobCollector(1079650670): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5030, blocked for 3516, running for 0 1717165502773: UIJobCollector(1079650670): Result: true 1717165502773: UIJobCollector(1079650670): No active jobs 1717165503745: UIJobCollector(1079650670): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -6002, blocked for 4488, running for 0 1717165503745: UIJobCollector(1079650670): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -6002, blocked for 4488, running for 0 1717165503755: UIJobCollector(60134824): enable 1717165503806: UIJobCollector(60134824): Nothing left 1717165503806: UIJobCollector(60134824): Result: true 1717165503806: UIJobCollector(60134824): No active jobs 1717165503807: UIJobCollector(639015907): enable 1717165503807: UIJobCollector(639015907): Nothing left 1717165503807: UIJobCollector(639015907): Result: true 1717165503807: UIJobCollector(639015907): No active jobs 1717165503810: UIJobCollector(1378869004): enable 1717165503860: UIJobCollector(1378869004): Result: true 1717165503860: UIJobCollector(1378869004): No active jobs 1717165503861: UIJobCollector(274234597): enable 1717165503961: UIJobCollector(274234597): Nothing left 1717165503961: UIJobCollector(274234597): Result: true 1717165503961: UIJobCollector(274234597): No active jobs 1717165503961: UIJobCollector(274234597): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165503962: UIJobCollector(274234597): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165503962: UIJobCollector(274234597): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 1 1717165504114: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -152, blocked for 0, running for 153 1717165504114: UIJobCollector(274234597): sleep is blocked 1717165504114: UIJobCollector(274234597): Result: false 1717165504115: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504171: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -209, blocked for 57, running for 0 1717165504171: UIJobCollector(274234597): Result: false 1717165504171: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504222: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -260, blocked for 108, running for 0 1717165504222: UIJobCollector(274234597): Result: false 1717165504222: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504273: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -311, blocked for 159, running for 0 1717165504273: UIJobCollector(274234597): Result: false 1717165504273: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504323: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -361, blocked for 209, running for 0 1717165504323: UIJobCollector(274234597): Result: false 1717165504323: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504374: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -412, blocked for 260, running for 0 1717165504374: UIJobCollector(274234597): Result: false 1717165504374: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504425: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -463, blocked for 311, running for 0 1717165504425: UIJobCollector(274234597): Result: false 1717165504425: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504476: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -514, blocked for 362, running for 0 1717165504476: UIJobCollector(274234597): Result: false 1717165504476: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504526: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -564, blocked for 412, running for 0 1717165504526: UIJobCollector(274234597): Result: false 1717165504526: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504577: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -615, blocked for 463, running for 0 1717165504578: UIJobCollector(274234597): Result: false 1717165504578: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504628: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -666, blocked for 514, running for 0 1717165504629: UIJobCollector(274234597): Result: false 1717165504629: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504679: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -717, blocked for 565, running for 0 1717165504679: UIJobCollector(274234597): Result: false 1717165504680: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504730: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -768, blocked for 616, running for 0 1717165504730: UIJobCollector(274234597): Result: false 1717165504730: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504781: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -819, blocked for 667, running for 0 1717165504782: UIJobCollector(274234597): Result: false 1717165504782: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504832: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -870, blocked for 718, running for 0 1717165504832: UIJobCollector(274234597): Result: false 1717165504832: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504883: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -921, blocked for 769, running for 0 1717165504883: UIJobCollector(274234597): Result: false 1717165504884: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504935: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -973, blocked for 821, running for 0 1717165504936: UIJobCollector(274234597): Result: false 1717165504936: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165504987: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1025, blocked for 873, running for 0 1717165504987: UIJobCollector(274234597): Result: false 1717165504988: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505038: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1076, blocked for 924, running for 0 1717165505038: UIJobCollector(274234597): Result: false 1717165505038: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505092: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1130, blocked for 978, running for 0 1717165505092: UIJobCollector(274234597): Result: false 1717165505092: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505143: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1181, blocked for 1029, running for 0 1717165505143: UIJobCollector(274234597): Job is blocked for 1000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1181, blocked for 1029, running for 0 1717165505143: UIJobCollector(274234597): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1181, blocked for 1029, running for 0 1717165505143: UIJobCollector(274234597): Result: true 1717165505143: UIJobCollector(274234597): No active jobs 1717165505246: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1284, blocked for 1132, running for 0 1717165505246: UIJobCollector(274234597): Result: false 1717165505247: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505297: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1335, blocked for 1183, running for 0 1717165505298: UIJobCollector(274234597): Result: false 1717165505298: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505350: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1388, blocked for 1236, running for 0 1717165505351: UIJobCollector(274234597): Result: false 1717165505351: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505401: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1439, blocked for 1287, running for 0 1717165505401: UIJobCollector(274234597): Result: false 1717165505401: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505453: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1491, blocked for 1339, running for 0 1717165505454: UIJobCollector(274234597): Result: false 1717165505454: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505505: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1543, blocked for 1391, running for 0 1717165505506: UIJobCollector(274234597): Result: false 1717165505506: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505558: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1596, blocked for 1444, running for 0 1717165505558: UIJobCollector(274234597): Result: false 1717165505558: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505609: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1647, blocked for 1495, running for 0 1717165505609: UIJobCollector(274234597): Result: false 1717165505610: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505661: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1699, blocked for 1547, running for 0 1717165505662: UIJobCollector(274234597): Result: false 1717165505662: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505712: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1750, blocked for 1598, running for 0 1717165505712: UIJobCollector(274234597): Result: false 1717165505712: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505762: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1800, blocked for 1648, running for 0 1717165505763: UIJobCollector(274234597): Result: false 1717165505763: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505816: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1854, blocked for 1702, running for 0 1717165505816: UIJobCollector(274234597): Result: false 1717165505816: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505867: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1905, blocked for 1753, running for 0 1717165505868: UIJobCollector(274234597): Result: false 1717165505868: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505919: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1957, blocked for 1805, running for 0 1717165505919: UIJobCollector(274234597): Result: false 1717165505919: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165505970: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2008, blocked for 1856, running for 0 1717165505971: UIJobCollector(274234597): Result: false 1717165505971: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506023: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2061, blocked for 1909, running for 0 1717165506023: UIJobCollector(274234597): Result: false 1717165506023: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506075: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2113, blocked for 1961, running for 0 1717165506075: UIJobCollector(274234597): Result: false 1717165506076: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506128: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2166, blocked for 2014, running for 0 1717165506129: UIJobCollector(274234597): Result: false 1717165506129: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506179: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2217, blocked for 2065, running for 0 1717165506179: UIJobCollector(274234597): 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 1717165506179: UIJobCollector(274234597): Result: true 1717165506179: UIJobCollector(274234597): No active jobs 1717165506283: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2321, blocked for 2169, running for 0 1717165506284: UIJobCollector(274234597): Result: false 1717165506284: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506334: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2372, blocked for 2220, running for 0 1717165506334: UIJobCollector(274234597): Result: false 1717165506334: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506386: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2424, blocked for 2272, running for 0 1717165506386: UIJobCollector(274234597): Result: false 1717165506387: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506438: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2476, blocked for 2324, running for 0 1717165506439: UIJobCollector(274234597): Result: false 1717165506439: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506492: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2530, blocked for 2378, running for 0 1717165506492: UIJobCollector(274234597): Result: false 1717165506493: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506543: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2581, blocked for 2429, running for 0 1717165506544: UIJobCollector(274234597): Result: false 1717165506544: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506594: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2632, blocked for 2480, running for 0 1717165506594: UIJobCollector(274234597): Result: false 1717165506594: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506646: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2684, blocked for 2532, running for 0 1717165506646: UIJobCollector(274234597): Result: false 1717165506647: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506698: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2736, blocked for 2584, running for 0 1717165506699: UIJobCollector(274234597): Result: false 1717165506699: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506751: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2789, blocked for 2637, running for 0 1717165506751: UIJobCollector(274234597): Result: false 1717165506751: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506801: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2839, blocked for 2687, running for 0 1717165506801: UIJobCollector(274234597): Result: false 1717165506801: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506853: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2891, blocked for 2739, running for 0 1717165506853: UIJobCollector(274234597): Result: false 1717165506853: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506904: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2942, blocked for 2790, running for 0 1717165506904: UIJobCollector(274234597): Result: false 1717165506904: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165506955: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2993, blocked for 2841, running for 0 1717165506956: UIJobCollector(274234597): Result: false 1717165506956: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507006: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3044, blocked for 2892, running for 0 1717165507007: UIJobCollector(274234597): Result: false 1717165507007: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507057: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3095, blocked for 2943, running for 0 1717165507057: UIJobCollector(274234597): Result: false 1717165507058: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507109: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3147, blocked for 2995, running for 0 1717165507109: UIJobCollector(274234597): Result: false 1717165507110: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507160: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3198, blocked for 3046, running for 0 1717165507160: UIJobCollector(274234597): Result: false 1717165507160: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507212: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3249, blocked for 3097, running for 0 1717165507212: UIJobCollector(274234597): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3250, blocked for 3098, running for 0 1717165507212: UIJobCollector(274234597): Result: true 1717165507212: UIJobCollector(274234597): No active jobs 1717165507314: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3352, blocked for 3200, running for 0 1717165507315: UIJobCollector(274234597): Result: false 1717165507315: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507367: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3405, blocked for 3253, running for 0 1717165507367: UIJobCollector(274234597): Result: false 1717165507367: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507419: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3457, blocked for 3305, running for 0 1717165507419: UIJobCollector(274234597): Result: false 1717165507419: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507471: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3509, blocked for 3357, running for 0 1717165507471: UIJobCollector(274234597): Result: false 1717165507472: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507523: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3561, blocked for 3409, running for 0 1717165507524: UIJobCollector(274234597): Result: false 1717165507524: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507575: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3612, blocked for 3460, running for 0 1717165507575: UIJobCollector(274234597): Result: false 1717165507575: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507627: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3665, blocked for 3513, running for 0 1717165507627: UIJobCollector(274234597): Result: false 1717165507628: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507678: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3716, blocked for 3564, running for 0 1717165507678: UIJobCollector(274234597): Result: false 1717165507679: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507730: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3768, blocked for 3616, running for 0 1717165507731: UIJobCollector(274234597): Result: false 1717165507731: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507784: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3822, blocked for 3670, running for 0 1717165507784: UIJobCollector(274234597): Result: false 1717165507784: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507834: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3872, blocked for 3720, running for 0 1717165507835: UIJobCollector(274234597): Result: false 1717165507835: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507886: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3924, blocked for 3772, running for 0 1717165507886: UIJobCollector(274234597): Result: false 1717165507886: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507938: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3976, blocked for 3824, running for 0 1717165507938: UIJobCollector(274234597): Result: false 1717165507938: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165507989: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4027, blocked for 3875, running for 0 1717165507990: UIJobCollector(274234597): Result: false 1717165507990: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508042: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4080, blocked for 3928, running for 0 1717165508042: UIJobCollector(274234597): Result: false 1717165508043: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508094: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4132, blocked for 3980, running for 0 1717165508094: UIJobCollector(274234597): Result: false 1717165508094: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508144: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4182, blocked for 4030, running for 0 1717165508144: UIJobCollector(274234597): Result: false 1717165508144: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508194: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4232, blocked for 4080, running for 0 1717165508194: UIJobCollector(274234597): Result: false 1717165508194: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508248: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4286, blocked for 4134, running for 0 1717165508248: UIJobCollector(274234597): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4286, blocked for 4134, running for 0 1717165508248: UIJobCollector(274234597): Result: true 1717165508248: UIJobCollector(274234597): No active jobs 1717165508351: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4389, blocked for 4237, running for 0 1717165508352: UIJobCollector(274234597): Result: false 1717165508352: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508402: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4440, blocked for 4288, running for 0 1717165508402: UIJobCollector(274234597): Result: false 1717165508403: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508453: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4491, blocked for 4339, running for 0 1717165508454: UIJobCollector(274234597): Result: false 1717165508454: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508504: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4542, blocked for 4390, running for 0 1717165508504: UIJobCollector(274234597): Result: false 1717165508504: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508556: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4594, blocked for 4442, running for 0 1717165508557: UIJobCollector(274234597): Result: false 1717165508557: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508607: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4645, blocked for 4493, running for 0 1717165508607: UIJobCollector(274234597): Result: false 1717165508607: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508658: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4696, blocked for 4544, running for 0 1717165508658: UIJobCollector(274234597): Result: false 1717165508659: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508710: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4748, blocked for 4596, running for 0 1717165508710: UIJobCollector(274234597): Result: false 1717165508710: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508761: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4799, blocked for 4647, running for 0 1717165508761: UIJobCollector(274234597): Result: false 1717165508761: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508812: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4850, blocked for 4698, running for 0 1717165508812: UIJobCollector(274234597): Result: false 1717165508812: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508863: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4901, blocked for 4749, running for 0 1717165508863: UIJobCollector(274234597): Result: false 1717165508863: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508917: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4954, blocked for 4802, running for 0 1717165508917: UIJobCollector(274234597): Result: false 1717165508917: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165508969: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5007, blocked for 4855, running for 0 1717165508969: UIJobCollector(274234597): Result: false 1717165508969: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509020: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5058, blocked for 4906, running for 0 1717165509020: UIJobCollector(274234597): Result: false 1717165509020: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509072: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5110, blocked for 4958, running for 0 1717165509072: UIJobCollector(274234597): Result: false 1717165509073: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509125: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5163, blocked for 5011, running for 0 1717165509126: UIJobCollector(274234597): Result: false 1717165509126: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509177: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5215, blocked for 5063, running for 0 1717165509177: UIJobCollector(274234597): Result: false 1717165509177: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509227: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5265, blocked for 5113, running for 0 1717165509227: UIJobCollector(274234597): Result: false 1717165509228: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509279: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5317, blocked for 5165, running for 0 1717165509279: UIJobCollector(274234597): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5317, blocked for 5165, running for 0 1717165509279: UIJobCollector(274234597): Result: true 1717165509279: UIJobCollector(274234597): No active jobs 1717165509380: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5418, blocked for 5266, running for 0 1717165509381: UIJobCollector(274234597): Result: false 1717165509381: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509431: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5469, blocked for 5317, running for 0 1717165509431: UIJobCollector(274234597): Result: false 1717165509431: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509481: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5519, blocked for 5367, running for 0 1717165509481: UIJobCollector(274234597): Result: false 1717165509481: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509531: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5569, blocked for 5417, running for 0 1717165509532: UIJobCollector(274234597): Result: false 1717165509532: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509582: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5620, blocked for 5468, running for 0 1717165509583: UIJobCollector(274234597): Result: false 1717165509583: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509633: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5671, blocked for 5519, running for 0 1717165509634: UIJobCollector(274234597): Result: false 1717165509634: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509685: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5723, blocked for 5571, running for 0 1717165509685: UIJobCollector(274234597): Result: false 1717165509685: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509735: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5773, blocked for 5621, running for 0 1717165509735: UIJobCollector(274234597): Result: false 1717165509736: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509787: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5825, blocked for 5673, running for 0 1717165509788: UIJobCollector(274234597): Result: false 1717165509788: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509840: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5878, blocked for 5726, running for 0 1717165509841: UIJobCollector(274234597): Result: false 1717165509841: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509892: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5929, blocked for 5777, running for 0 1717165509892: UIJobCollector(274234597): Result: false 1717165509892: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509943: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5981, blocked for 5829, running for 0 1717165509943: UIJobCollector(274234597): Result: false 1717165509943: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165509993: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6031, blocked for 5879, running for 0 1717165509994: UIJobCollector(274234597): Result: false 1717165509994: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510044: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6082, blocked for 5930, running for 0 1717165510044: UIJobCollector(274234597): Result: false 1717165510045: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510095: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6133, blocked for 5981, running for 0 1717165510096: UIJobCollector(274234597): Result: false 1717165510096: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510146: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6184, blocked for 6032, running for 0 1717165510146: UIJobCollector(274234597): Result: false 1717165510147: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510197: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6235, blocked for 6083, running for 0 1717165510197: UIJobCollector(274234597): Result: false 1717165510197: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510247: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6285, blocked for 6133, running for 0 1717165510247: UIJobCollector(274234597): Result: false 1717165510247: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510297: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6335, blocked for 6183, running for 0 1717165510298: UIJobCollector(274234597): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6335, blocked for 6183, running for 0 1717165510298: UIJobCollector(274234597): Result: true 1717165510298: UIJobCollector(274234597): No active jobs 1717165510400: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6438, blocked for 6286, running for 0 1717165510401: UIJobCollector(274234597): Result: false 1717165510401: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510452: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6489, blocked for 6337, running for 0 1717165510452: UIJobCollector(274234597): Result: false 1717165510452: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510502: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6540, blocked for 6388, running for 0 1717165510503: UIJobCollector(274234597): Result: false 1717165510503: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510554: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6592, blocked for 6440, running for 0 1717165510554: UIJobCollector(274234597): Result: false 1717165510555: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510606: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6644, blocked for 6492, running for 0 1717165510606: UIJobCollector(274234597): Result: false 1717165510606: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510658: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6696, blocked for 6544, running for 0 1717165510659: UIJobCollector(274234597): Result: false 1717165510659: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510710: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6748, blocked for 6596, running for 0 1717165510710: UIJobCollector(274234597): Result: false 1717165510711: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510762: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6800, blocked for 6648, running for 0 1717165510762: UIJobCollector(274234597): Result: false 1717165510762: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510812: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6850, blocked for 6698, running for 0 1717165510813: UIJobCollector(274234597): Result: false 1717165510813: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510863: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6901, blocked for 6749, running for 0 1717165510863: UIJobCollector(274234597): Result: false 1717165510864: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510915: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6953, blocked for 6801, running for 0 1717165510915: UIJobCollector(274234597): Result: false 1717165510915: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165510967: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7005, blocked for 6853, running for 0 1717165510967: UIJobCollector(274234597): Result: false 1717165510967: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165511018: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7056, blocked for 6904, running for 0 1717165511018: UIJobCollector(274234597): Result: false 1717165511019: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165511070: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7108, blocked for 6956, running for 0 1717165511070: UIJobCollector(274234597): Result: false 1717165511070: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165511121: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7159, blocked for 7007, running for 0 1717165511121: UIJobCollector(274234597): Result: false 1717165511121: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165511172: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7210, blocked for 7058, running for 0 1717165511172: UIJobCollector(274234597): Result: false 1717165511173: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165511223: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7261, blocked for 7109, running for 0 1717165511223: UIJobCollector(274234597): Result: false 1717165511224: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165511275: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7313, blocked for 7161, running for 0 1717165511275: UIJobCollector(274234597): Result: false 1717165511275: UIJobCollector(274234597): Active jobs: [sleep(10126)] 1717165511326: UIJobCollector(274234597): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7364, blocked for 7212, running for 0 1717165511326: UIJobCollector(274234597): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7364, blocked for 7212, running for 0 1717165511326: UIJobCollector(274234597): Result: true 1717165511326: UIJobCollector(274234597): No active jobs 1717165511963: UIJobCollector(274234597): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -8001, blocked for 7849, running for 0 1717165511964: UIJobCollector(274234597): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -8002, blocked for 7850, running for 0 1717165511997: UIJobCollector(973641248): enable 1717165512049: UIJobCollector(973641248): Nothing left 1717165512049: UIJobCollector(973641248): Result: true 1717165512049: UIJobCollector(973641248): No active jobs 1717165512050: UIJobCollector(750491394): enable 1717165512153: UIJobCollector(750491394): Result: true 1717165512153: UIJobCollector(750491394): No active jobs 1717165512153: UIJobCollector(750491394): event: new: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: -1, blocked for 0, running for 0 1717165512153: UIJobCollector(750491394): event: scheduled: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165512153: UIJobCollector(750491394): Nullified: org.eclipse.core.runtime.jobs.Job$2 (sleep), WAITING, status: UNKNOWN, is active: true, delay: 0, blocked for 0, running for 0 1717165512204: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -51, blocked for 0, running for 51 1717165512204: UIJobCollector(750491394): sleep is blocked 1717165512204: UIJobCollector(750491394): Result: false 1717165512204: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512255: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -102, blocked for 51, running for 0 1717165512256: UIJobCollector(750491394): Result: false 1717165512256: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512308: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -154, blocked for 103, running for 0 1717165512308: UIJobCollector(750491394): Result: false 1717165512308: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512359: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -206, blocked for 155, running for 0 1717165512360: UIJobCollector(750491394): Result: false 1717165512360: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512411: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -258, blocked for 207, running for 0 1717165512411: UIJobCollector(750491394): Result: false 1717165512411: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512463: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -310, blocked for 259, running for 0 1717165512463: UIJobCollector(750491394): Result: false 1717165512463: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512514: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -361, blocked for 310, running for 0 1717165512515: UIJobCollector(750491394): Result: false 1717165512515: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512567: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -413, blocked for 362, running for 0 1717165512567: UIJobCollector(750491394): Result: false 1717165512567: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512618: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -464, blocked for 413, running for 0 1717165512618: UIJobCollector(750491394): Result: false 1717165512618: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512669: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -516, blocked for 465, running for 0 1717165512669: UIJobCollector(750491394): Result: false 1717165512669: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512719: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -566, blocked for 515, running for 0 1717165512720: UIJobCollector(750491394): Result: false 1717165512720: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512770: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -617, blocked for 566, running for 0 1717165512771: UIJobCollector(750491394): Result: false 1717165512771: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512821: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -668, blocked for 617, running for 0 1717165512821: UIJobCollector(750491394): Result: false 1717165512822: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512873: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -720, blocked for 669, running for 0 1717165512873: UIJobCollector(750491394): Result: false 1717165512874: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512925: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -772, blocked for 721, running for 0 1717165512926: UIJobCollector(750491394): Result: false 1717165512926: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165512978: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -825, blocked for 774, running for 0 1717165512978: UIJobCollector(750491394): Result: false 1717165512978: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513030: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -877, blocked for 826, running for 0 1717165513030: UIJobCollector(750491394): Result: false 1717165513031: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513082: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -929, blocked for 878, running for 0 1717165513083: UIJobCollector(750491394): Result: false 1717165513083: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513134: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -981, blocked for 930, running for 0 1717165513134: UIJobCollector(750491394): Result: false 1717165513134: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513184: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1031, blocked for 980, running for 0 1717165513185: UIJobCollector(750491394): Result: false 1717165513185: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513235: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1082, blocked for 1031, running for 0 1717165513253: UIJobCollector(750491394): Result: false 1717165513253: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513303: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1150, blocked for 1099, running for 0 1717165513303: UIJobCollector(750491394): Result: false 1717165513303: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513353: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1200, blocked for 1149, running for 0 1717165513353: UIJobCollector(750491394): Result: false 1717165513354: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513405: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1252, blocked for 1201, running for 0 1717165513405: UIJobCollector(750491394): Result: false 1717165513405: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513455: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1302, blocked for 1251, running for 0 1717165513456: UIJobCollector(750491394): Result: false 1717165513456: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513506: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1353, blocked for 1302, running for 0 1717165513507: UIJobCollector(750491394): Result: false 1717165513507: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513557: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1404, blocked for 1353, running for 0 1717165513557: UIJobCollector(750491394): Result: false 1717165513558: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513608: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1455, blocked for 1404, running for 0 1717165513608: UIJobCollector(750491394): Result: false 1717165513609: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513660: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1507, blocked for 1456, running for 0 1717165513660: UIJobCollector(750491394): Result: false 1717165513660: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513710: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1557, blocked for 1506, running for 0 1717165513710: UIJobCollector(750491394): Result: false 1717165513711: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513761: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1608, blocked for 1557, running for 0 1717165513761: UIJobCollector(750491394): Result: false 1717165513762: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513813: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1660, blocked for 1609, running for 0 1717165513813: UIJobCollector(750491394): Result: false 1717165513813: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513863: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1710, blocked for 1659, running for 0 1717165513864: UIJobCollector(750491394): Result: false 1717165513864: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513914: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1761, blocked for 1710, running for 0 1717165513915: UIJobCollector(750491394): Result: false 1717165513915: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165513966: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1813, blocked for 1762, running for 0 1717165513966: UIJobCollector(750491394): Result: false 1717165513966: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514016: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1863, blocked for 1812, running for 0 1717165514016: UIJobCollector(750491394): Result: false 1717165514016: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514066: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1913, blocked for 1862, running for 0 1717165514066: UIJobCollector(750491394): Result: false 1717165514066: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514118: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -1965, blocked for 1914, running for 0 1717165514118: UIJobCollector(750491394): Result: false 1717165514118: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514170: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2017, blocked for 1966, running for 0 1717165514170: UIJobCollector(750491394): Result: false 1717165514170: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514222: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2069, blocked for 2018, running for 0 1717165514223: UIJobCollector(750491394): Job is blocked for 2000, step mode: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2070, blocked for 2019, running for 0 1717165514223: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2070, blocked for 2019, running for 0 1717165514223: UIJobCollector(750491394): Result: true 1717165514223: UIJobCollector(750491394): No active jobs 1717165514273: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2120, blocked for 2069, running for 0 1717165514274: UIJobCollector(750491394): Result: false 1717165514274: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514326: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2173, blocked for 2122, running for 0 1717165514326: UIJobCollector(750491394): Result: false 1717165514327: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514378: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2225, blocked for 2174, running for 0 1717165514378: UIJobCollector(750491394): Result: false 1717165514379: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514430: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2277, blocked for 2226, running for 0 1717165514430: UIJobCollector(750491394): Result: false 1717165514430: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514481: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2328, blocked for 2277, running for 0 1717165514482: UIJobCollector(750491394): Result: false 1717165514482: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514533: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2380, blocked for 2329, running for 0 1717165514534: UIJobCollector(750491394): Result: false 1717165514534: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514585: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2432, blocked for 2381, running for 0 1717165514585: UIJobCollector(750491394): Result: false 1717165514585: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514635: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2482, blocked for 2431, running for 0 1717165514636: UIJobCollector(750491394): Result: false 1717165514636: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514688: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2535, blocked for 2484, running for 0 1717165514688: UIJobCollector(750491394): Result: false 1717165514688: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514740: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2587, blocked for 2536, running for 0 1717165514740: UIJobCollector(750491394): Result: false 1717165514740: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514794: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2641, blocked for 2590, running for 0 1717165514794: UIJobCollector(750491394): Result: false 1717165514794: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514844: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2691, blocked for 2640, running for 0 1717165514845: UIJobCollector(750491394): Result: false 1717165514845: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514895: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2742, blocked for 2691, running for 0 1717165514896: UIJobCollector(750491394): Result: false 1717165514896: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165514947: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2794, blocked for 2743, running for 0 1717165514948: UIJobCollector(750491394): Result: false 1717165514948: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515000: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2847, blocked for 2796, running for 0 1717165515000: UIJobCollector(750491394): Result: false 1717165515000: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515051: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2898, blocked for 2847, running for 0 1717165515051: UIJobCollector(750491394): Result: false 1717165515051: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515103: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -2950, blocked for 2899, running for 0 1717165515103: UIJobCollector(750491394): Result: false 1717165515104: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515155: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3002, blocked for 2951, running for 0 1717165515156: UIJobCollector(750491394): Result: false 1717165515156: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515207: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3054, blocked for 3003, running for 0 1717165515208: UIJobCollector(750491394): Result: false 1717165515208: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515260: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3107, blocked for 3056, running for 0 1717165515260: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3107, blocked for 3056, running for 0 1717165515260: UIJobCollector(750491394): Result: true 1717165515260: UIJobCollector(750491394): No active jobs 1717165515312: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3159, blocked for 3108, running for 0 1717165515313: UIJobCollector(750491394): Result: false 1717165515313: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515364: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3211, blocked for 3160, running for 0 1717165515364: UIJobCollector(750491394): Result: false 1717165515364: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515416: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3263, blocked for 3212, running for 0 1717165515416: UIJobCollector(750491394): Result: false 1717165515416: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515467: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3314, blocked for 3263, running for 0 1717165515467: UIJobCollector(750491394): Result: false 1717165515467: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515519: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3366, blocked for 3315, running for 0 1717165515520: UIJobCollector(750491394): Result: false 1717165515520: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515571: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3418, blocked for 3367, running for 0 1717165515572: UIJobCollector(750491394): Result: false 1717165515572: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515623: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3469, blocked for 3418, running for 0 1717165515623: UIJobCollector(750491394): Result: false 1717165515623: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515673: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3520, blocked for 3469, running for 0 1717165515673: UIJobCollector(750491394): Result: false 1717165515673: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515724: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3571, blocked for 3520, running for 0 1717165515725: UIJobCollector(750491394): Result: false 1717165515725: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515777: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3624, blocked for 3573, running for 0 1717165515777: UIJobCollector(750491394): Result: false 1717165515778: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515828: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3675, blocked for 3624, running for 0 1717165515828: UIJobCollector(750491394): Result: false 1717165515829: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515880: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3727, blocked for 3676, running for 0 1717165515881: UIJobCollector(750491394): Result: false 1717165515881: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515933: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3780, blocked for 3729, running for 0 1717165515934: UIJobCollector(750491394): Result: false 1717165515934: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165515985: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3832, blocked for 3781, running for 0 1717165515985: UIJobCollector(750491394): Result: false 1717165515985: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516036: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3883, blocked for 3832, running for 0 1717165516036: UIJobCollector(750491394): Result: false 1717165516036: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516088: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3935, blocked for 3884, running for 0 1717165516088: UIJobCollector(750491394): Result: false 1717165516088: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516140: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -3987, blocked for 3936, running for 0 1717165516140: UIJobCollector(750491394): Result: false 1717165516140: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516192: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4039, blocked for 3988, running for 0 1717165516192: UIJobCollector(750491394): Result: false 1717165516192: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516243: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4090, blocked for 4039, running for 0 1717165516243: UIJobCollector(750491394): Result: false 1717165516244: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516296: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4143, blocked for 4092, running for 0 1717165516297: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4144, blocked for 4093, running for 0 1717165516297: UIJobCollector(750491394): Result: true 1717165516297: UIJobCollector(750491394): No active jobs 1717165516347: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4194, blocked for 4143, running for 0 1717165516348: UIJobCollector(750491394): Result: false 1717165516348: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516399: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4246, blocked for 4195, running for 0 1717165516399: UIJobCollector(750491394): Result: false 1717165516399: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516451: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4298, blocked for 4247, running for 0 1717165516451: UIJobCollector(750491394): Result: false 1717165516451: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516503: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4350, blocked for 4299, running for 0 1717165516503: UIJobCollector(750491394): Result: false 1717165516504: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516556: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4403, blocked for 4352, running for 0 1717165516556: UIJobCollector(750491394): Result: false 1717165516556: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516607: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4454, blocked for 4403, running for 0 1717165516607: UIJobCollector(750491394): Result: false 1717165516608: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516659: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4506, blocked for 4455, running for 0 1717165516660: UIJobCollector(750491394): Result: false 1717165516660: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516711: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4558, blocked for 4507, running for 0 1717165516712: UIJobCollector(750491394): Result: false 1717165516712: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516763: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4610, blocked for 4559, running for 0 1717165516763: UIJobCollector(750491394): Result: false 1717165516764: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516817: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4664, blocked for 4613, running for 0 1717165516817: UIJobCollector(750491394): Result: false 1717165516817: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516869: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4716, blocked for 4665, running for 0 1717165516869: UIJobCollector(750491394): Result: false 1717165516869: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516920: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4767, blocked for 4716, running for 0 1717165516921: UIJobCollector(750491394): Result: false 1717165516921: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165516973: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4820, blocked for 4769, running for 0 1717165516974: UIJobCollector(750491394): Result: false 1717165516974: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517024: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4871, blocked for 4820, running for 0 1717165517025: UIJobCollector(750491394): Result: false 1717165517025: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517077: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4924, blocked for 4873, running for 0 1717165517077: UIJobCollector(750491394): Result: false 1717165517077: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517129: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -4976, blocked for 4925, running for 0 1717165517129: UIJobCollector(750491394): Result: false 1717165517129: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517181: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5028, blocked for 4977, running for 0 1717165517181: UIJobCollector(750491394): Result: false 1717165517182: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517234: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5081, blocked for 5030, running for 0 1717165517234: UIJobCollector(750491394): Result: false 1717165517234: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517285: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5132, blocked for 5081, running for 0 1717165517285: UIJobCollector(750491394): Result: false 1717165517286: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517336: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5183, blocked for 5132, running for 0 1717165517336: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5183, blocked for 5132, running for 0 1717165517336: UIJobCollector(750491394): Result: true 1717165517336: UIJobCollector(750491394): No active jobs 1717165517387: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5234, blocked for 5183, running for 0 1717165517387: UIJobCollector(750491394): Result: false 1717165517388: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517439: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5286, blocked for 5235, running for 0 1717165517439: UIJobCollector(750491394): Result: false 1717165517439: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517490: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5336, blocked for 5285, running for 0 1717165517490: UIJobCollector(750491394): Result: false 1717165517490: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517541: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5388, blocked for 5337, running for 0 1717165517541: UIJobCollector(750491394): Result: false 1717165517541: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517593: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5440, blocked for 5389, running for 0 1717165517593: UIJobCollector(750491394): Result: false 1717165517594: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517644: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5491, blocked for 5440, running for 0 1717165517644: UIJobCollector(750491394): Result: false 1717165517645: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517695: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5542, blocked for 5491, running for 0 1717165517695: UIJobCollector(750491394): Result: false 1717165517696: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517747: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5594, blocked for 5543, running for 0 1717165517749: UIJobCollector(750491394): Result: false 1717165517750: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517800: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5647, blocked for 5596, running for 0 1717165517800: UIJobCollector(750491394): Result: false 1717165517800: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517852: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5699, blocked for 5648, running for 0 1717165517852: UIJobCollector(750491394): Result: false 1717165517852: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517902: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5749, blocked for 5698, running for 0 1717165517902: UIJobCollector(750491394): Result: false 1717165517902: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165517952: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5799, blocked for 5748, running for 0 1717165517952: UIJobCollector(750491394): Result: false 1717165517953: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518004: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5850, blocked for 5799, running for 0 1717165518004: UIJobCollector(750491394): Result: false 1717165518004: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518055: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5902, blocked for 5851, running for 0 1717165518055: UIJobCollector(750491394): Result: false 1717165518055: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518106: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -5953, blocked for 5902, running for 0 1717165518106: UIJobCollector(750491394): Result: false 1717165518106: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518157: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6004, blocked for 5953, running for 0 1717165518157: UIJobCollector(750491394): Result: false 1717165518157: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518207: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6054, blocked for 6003, running for 0 1717165518208: UIJobCollector(750491394): Result: false 1717165518208: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518260: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6107, blocked for 6056, running for 0 1717165518260: UIJobCollector(750491394): Result: false 1717165518260: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518314: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6161, blocked for 6110, running for 0 1717165518315: UIJobCollector(750491394): Result: false 1717165518315: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518365: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6212, blocked for 6161, running for 0 1717165518366: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6212, blocked for 6161, running for 0 1717165518366: UIJobCollector(750491394): Result: true 1717165518366: UIJobCollector(750491394): No active jobs 1717165518416: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6263, blocked for 6212, running for 0 1717165518416: UIJobCollector(750491394): Result: false 1717165518417: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518467: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6314, blocked for 6263, running for 0 1717165518468: UIJobCollector(750491394): Result: false 1717165518468: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518519: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6365, blocked for 6314, running for 0 1717165518519: UIJobCollector(750491394): Result: false 1717165518519: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518569: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6416, blocked for 6365, running for 0 1717165518570: UIJobCollector(750491394): Result: false 1717165518570: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518620: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6467, blocked for 6416, running for 0 1717165518621: UIJobCollector(750491394): Result: false 1717165518621: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518671: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6518, blocked for 6467, running for 0 1717165518671: UIJobCollector(750491394): Result: false 1717165518672: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518722: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6569, blocked for 6518, running for 0 1717165518722: UIJobCollector(750491394): Result: false 1717165518722: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518773: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6620, blocked for 6569, running for 0 1717165518773: UIJobCollector(750491394): Result: false 1717165518773: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518823: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6670, blocked for 6619, running for 0 1717165518823: UIJobCollector(750491394): Result: false 1717165518823: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518873: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6720, blocked for 6669, running for 0 1717165518873: UIJobCollector(750491394): Result: false 1717165518874: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518924: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6771, blocked for 6720, running for 0 1717165518925: UIJobCollector(750491394): Result: false 1717165518925: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165518976: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6823, blocked for 6772, running for 0 1717165518976: UIJobCollector(750491394): Result: false 1717165518976: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519026: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6873, blocked for 6822, running for 0 1717165519026: UIJobCollector(750491394): Result: false 1717165519027: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519077: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6924, blocked for 6873, running for 0 1717165519077: UIJobCollector(750491394): Result: false 1717165519078: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519128: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -6975, blocked for 6924, running for 0 1717165519128: UIJobCollector(750491394): Result: false 1717165519129: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519179: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7026, blocked for 6975, running for 0 1717165519180: UIJobCollector(750491394): Result: false 1717165519180: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519231: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7077, blocked for 7026, running for 0 1717165519231: UIJobCollector(750491394): Result: false 1717165519231: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519282: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7129, blocked for 7078, running for 0 1717165519282: UIJobCollector(750491394): Result: false 1717165519282: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519332: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7179, blocked for 7128, running for 0 1717165519332: UIJobCollector(750491394): Result: false 1717165519332: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519383: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7230, blocked for 7179, running for 0 1717165519383: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7230, blocked for 7179, running for 0 1717165519383: UIJobCollector(750491394): Result: true 1717165519383: UIJobCollector(750491394): No active jobs 1717165519433: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7280, blocked for 7229, running for 0 1717165519434: UIJobCollector(750491394): Result: false 1717165519434: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519486: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7333, blocked for 7282, running for 0 1717165519486: UIJobCollector(750491394): Result: false 1717165519486: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519538: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7385, blocked for 7334, running for 0 1717165519538: UIJobCollector(750491394): Result: false 1717165519538: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519591: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7438, blocked for 7387, running for 0 1717165519591: UIJobCollector(750491394): Result: false 1717165519591: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519643: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7489, blocked for 7438, running for 0 1717165519643: UIJobCollector(750491394): Result: false 1717165519643: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519693: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7540, blocked for 7489, running for 0 1717165519693: UIJobCollector(750491394): Result: false 1717165519693: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519745: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7592, blocked for 7541, running for 0 1717165519745: UIJobCollector(750491394): Result: false 1717165519745: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519797: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7644, blocked for 7593, running for 0 1717165519797: UIJobCollector(750491394): Result: false 1717165519797: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519849: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7696, blocked for 7645, running for 0 1717165519849: UIJobCollector(750491394): Result: false 1717165519850: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519901: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7748, blocked for 7697, running for 0 1717165519902: UIJobCollector(750491394): Result: false 1717165519902: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165519954: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7801, blocked for 7750, running for 0 1717165519954: UIJobCollector(750491394): Result: false 1717165519954: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520006: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7853, blocked for 7802, running for 0 1717165520006: UIJobCollector(750491394): Result: false 1717165520006: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520058: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7905, blocked for 7854, running for 0 1717165520058: UIJobCollector(750491394): Result: false 1717165520059: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520110: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -7957, blocked for 7906, running for 0 1717165520111: UIJobCollector(750491394): Result: false 1717165520111: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520162: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8009, blocked for 7958, running for 0 1717165520163: UIJobCollector(750491394): Result: false 1717165520163: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520215: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8062, blocked for 8011, running for 0 1717165520215: UIJobCollector(750491394): Result: false 1717165520215: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520267: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8114, blocked for 8063, running for 0 1717165520267: UIJobCollector(750491394): Result: false 1717165520267: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520320: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8167, blocked for 8116, running for 0 1717165520320: UIJobCollector(750491394): Result: false 1717165520320: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520371: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8217, blocked for 8166, running for 0 1717165520371: UIJobCollector(750491394): Result: false 1717165520371: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520423: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8270, blocked for 8219, running for 0 1717165520423: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8270, blocked for 8219, running for 0 1717165520423: UIJobCollector(750491394): Result: true 1717165520423: UIJobCollector(750491394): No active jobs 1717165520474: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8321, blocked for 8270, running for 0 1717165520475: UIJobCollector(750491394): Result: false 1717165520475: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520527: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8374, blocked for 8323, running for 0 1717165520527: UIJobCollector(750491394): Result: false 1717165520527: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520580: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8427, blocked for 8376, running for 0 1717165520580: UIJobCollector(750491394): Result: false 1717165520581: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520631: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8478, blocked for 8427, running for 0 1717165520631: UIJobCollector(750491394): Result: false 1717165520631: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520682: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8529, blocked for 8478, running for 0 1717165520683: UIJobCollector(750491394): Result: false 1717165520683: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520733: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8580, blocked for 8529, running for 0 1717165520734: UIJobCollector(750491394): Result: false 1717165520734: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520784: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8631, blocked for 8580, running for 0 1717165520785: UIJobCollector(750491394): Result: false 1717165520785: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520837: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8684, blocked for 8633, running for 0 1717165520838: UIJobCollector(750491394): Result: false 1717165520838: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520888: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8735, blocked for 8684, running for 0 1717165520889: UIJobCollector(750491394): Result: false 1717165520889: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520941: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8788, blocked for 8737, running for 0 1717165520942: UIJobCollector(750491394): Result: false 1717165520942: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165520992: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8839, blocked for 8788, running for 0 1717165520992: UIJobCollector(750491394): Result: false 1717165520992: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521043: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8890, blocked for 8839, running for 0 1717165521043: UIJobCollector(750491394): Result: false 1717165521044: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521095: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8942, blocked for 8891, running for 0 1717165521096: UIJobCollector(750491394): Result: false 1717165521096: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521148: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -8995, blocked for 8944, running for 0 1717165521148: UIJobCollector(750491394): Result: false 1717165521148: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521200: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9047, blocked for 8996, running for 0 1717165521200: UIJobCollector(750491394): Result: false 1717165521200: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521252: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9099, blocked for 9048, running for 0 1717165521252: UIJobCollector(750491394): Result: false 1717165521252: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521303: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9150, blocked for 9099, running for 0 1717165521304: UIJobCollector(750491394): Result: false 1717165521304: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521356: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9203, blocked for 9152, running for 0 1717165521356: UIJobCollector(750491394): Result: false 1717165521356: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521407: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9254, blocked for 9203, running for 0 1717165521408: UIJobCollector(750491394): Result: false 1717165521408: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521459: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9306, blocked for 9255, running for 0 1717165521460: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9306, blocked for 9255, running for 0 1717165521460: UIJobCollector(750491394): Result: true 1717165521460: UIJobCollector(750491394): No active jobs 1717165521511: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9358, blocked for 9307, running for 0 1717165521512: UIJobCollector(750491394): Result: false 1717165521512: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521563: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9410, blocked for 9359, running for 0 1717165521563: UIJobCollector(750491394): Result: false 1717165521563: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521614: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9461, blocked for 9410, running for 0 1717165521615: UIJobCollector(750491394): Result: false 1717165521615: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521665: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9512, blocked for 9461, running for 0 1717165521666: UIJobCollector(750491394): Result: false 1717165521666: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521717: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9564, blocked for 9513, running for 0 1717165521718: UIJobCollector(750491394): Result: false 1717165521718: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521770: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9617, blocked for 9566, running for 0 1717165521770: UIJobCollector(750491394): Result: false 1717165521770: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521823: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9670, blocked for 9619, running for 0 1717165521824: UIJobCollector(750491394): Result: false 1717165521824: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521875: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9722, blocked for 9671, running for 0 1717165521875: UIJobCollector(750491394): Result: false 1717165521875: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521926: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9773, blocked for 9722, running for 0 1717165521926: UIJobCollector(750491394): Result: false 1717165521926: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165521978: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9825, blocked for 9774, running for 0 1717165521978: UIJobCollector(750491394): Result: false 1717165521979: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522031: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9877, blocked for 9826, running for 0 1717165522031: UIJobCollector(750491394): Result: false 1717165522031: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522081: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9928, blocked for 9877, running for 0 1717165522081: UIJobCollector(750491394): Result: false 1717165522081: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522133: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -9980, blocked for 9929, running for 0 1717165522134: UIJobCollector(750491394): Result: false 1717165522134: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522186: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10033, blocked for 9982, running for 0 1717165522187: UIJobCollector(750491394): Result: false 1717165522187: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522237: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10084, blocked for 10033, running for 0 1717165522238: UIJobCollector(750491394): Result: false 1717165522238: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522288: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10135, blocked for 10084, running for 0 1717165522288: UIJobCollector(750491394): Result: false 1717165522288: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522338: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10185, blocked for 10134, running for 0 1717165522338: UIJobCollector(750491394): Result: false 1717165522339: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522389: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10236, blocked for 10185, running for 0 1717165522389: UIJobCollector(750491394): Result: false 1717165522390: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522440: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10287, blocked for 10236, running for 0 1717165522440: UIJobCollector(750491394): Result: false 1717165522441: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522491: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10338, blocked for 10287, running for 0 1717165522491: UIJobCollector(750491394): Job is blocked for 1000, stepping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10338, blocked for 10287, running for 0 1717165522491: UIJobCollector(750491394): Result: true 1717165522491: UIJobCollector(750491394): No active jobs 1717165522542: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10389, blocked for 10338, running for 0 1717165522542: UIJobCollector(750491394): Result: false 1717165522542: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522592: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10439, blocked for 10388, running for 0 1717165522593: UIJobCollector(750491394): Result: false 1717165522593: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522644: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10491, blocked for 10440, running for 0 1717165522644: UIJobCollector(750491394): Result: false 1717165522644: UIJobCollector(750491394): Active jobs: [sleep(10132)] 1717165522695: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10542, blocked for 10491, running for 0 1717165522695: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10542, blocked for 10491, running for 0 1717165522695: UIJobCollector(750491394): Result: true 1717165522695: UIJobCollector(750491394): No active jobs 1717165522745: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10592, blocked for 10541, running for 0 1717165522745: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10592, blocked for 10541, running for 0 1717165522745: UIJobCollector(750491394): Result: true 1717165522745: UIJobCollector(750491394): No active jobs 1717165522795: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10642, blocked for 10591, running for 0 1717165522795: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10642, blocked for 10591, running for 0 1717165522795: UIJobCollector(750491394): Result: true 1717165522795: UIJobCollector(750491394): No active jobs 1717165522846: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10693, blocked for 10642, running for 0 1717165522846: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10693, blocked for 10642, running for 0 1717165522846: UIJobCollector(750491394): Result: true 1717165522846: UIJobCollector(750491394): No active jobs 1717165522898: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10745, blocked for 10694, running for 0 1717165522898: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10745, blocked for 10694, running for 0 1717165522898: UIJobCollector(750491394): Result: true 1717165522898: UIJobCollector(750491394): No active jobs 1717165522950: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10797, blocked for 10746, running for 0 1717165522950: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10797, blocked for 10746, running for 0 1717165522950: UIJobCollector(750491394): Result: true 1717165522950: UIJobCollector(750491394): No active jobs 1717165523002: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10849, blocked for 10798, running for 0 1717165523002: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10849, blocked for 10798, running for 0 1717165523002: UIJobCollector(750491394): Result: true 1717165523002: UIJobCollector(750491394): No active jobs 1717165523053: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10900, blocked for 10849, running for 0 1717165523053: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10900, blocked for 10849, running for 0 1717165523053: UIJobCollector(750491394): Result: true 1717165523053: UIJobCollector(750491394): No active jobs 1717165523104: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10951, blocked for 10900, running for 0 1717165523104: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -10951, blocked for 10900, running for 0 1717165523104: UIJobCollector(750491394): Result: true 1717165523104: UIJobCollector(750491394): No active jobs 1717165523155: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11002, blocked for 10951, running for 0 1717165523156: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11003, blocked for 10952, running for 0 1717165523156: UIJobCollector(750491394): Result: true 1717165523156: UIJobCollector(750491394): No active jobs 1717165523206: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11053, blocked for 11002, running for 0 1717165523206: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11053, blocked for 11002, running for 0 1717165523206: UIJobCollector(750491394): Result: true 1717165523206: UIJobCollector(750491394): No active jobs 1717165523257: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11104, blocked for 11053, running for 0 1717165523257: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11104, blocked for 11053, running for 0 1717165523257: UIJobCollector(750491394): Result: true 1717165523257: UIJobCollector(750491394): No active jobs 1717165523309: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11156, blocked for 11105, running for 0 1717165523309: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11156, blocked for 11105, running for 0 1717165523309: UIJobCollector(750491394): Result: true 1717165523309: UIJobCollector(750491394): No active jobs 1717165523360: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11207, blocked for 11156, running for 0 1717165523360: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11207, blocked for 11156, running for 0 1717165523360: UIJobCollector(750491394): Result: true 1717165523360: UIJobCollector(750491394): No active jobs 1717165523413: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11260, blocked for 11209, running for 0 1717165523413: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11260, blocked for 11209, running for 0 1717165523413: UIJobCollector(750491394): Result: true 1717165523413: UIJobCollector(750491394): No active jobs 1717165523465: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11312, blocked for 11261, running for 0 1717165523465: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11312, blocked for 11261, running for 0 1717165523465: UIJobCollector(750491394): Result: true 1717165523465: UIJobCollector(750491394): No active jobs 1717165523516: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11363, blocked for 11312, running for 0 1717165523516: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11363, blocked for 11312, running for 0 1717165523516: UIJobCollector(750491394): Result: true 1717165523516: UIJobCollector(750491394): No active jobs 1717165523568: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11415, blocked for 11364, running for 0 1717165523568: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11415, blocked for 11364, running for 0 1717165523568: UIJobCollector(750491394): Result: true 1717165523568: UIJobCollector(750491394): No active jobs 1717165523619: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11466, blocked for 11415, running for 0 1717165523619: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11466, blocked for 11415, running for 0 1717165523619: UIJobCollector(750491394): Result: true 1717165523619: UIJobCollector(750491394): No active jobs 1717165523671: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11518, blocked for 11467, running for 0 1717165523671: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11518, blocked for 11467, running for 0 1717165523671: UIJobCollector(750491394): Result: true 1717165523671: UIJobCollector(750491394): No active jobs 1717165523722: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11569, blocked for 11518, running for 0 1717165523722: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11569, blocked for 11518, running for 0 1717165523722: UIJobCollector(750491394): Result: true 1717165523722: UIJobCollector(750491394): No active jobs 1717165523774: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11621, blocked for 11570, running for 0 1717165523774: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11621, blocked for 11570, running for 0 1717165523774: UIJobCollector(750491394): Result: true 1717165523774: UIJobCollector(750491394): No active jobs 1717165523827: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11674, blocked for 11623, running for 0 1717165523827: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11674, blocked for 11623, running for 0 1717165523827: UIJobCollector(750491394): Result: true 1717165523827: UIJobCollector(750491394): No active jobs 1717165523877: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11724, blocked for 11673, running for 0 1717165523877: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11724, blocked for 11673, running for 0 1717165523877: UIJobCollector(750491394): Result: true 1717165523877: UIJobCollector(750491394): No active jobs 1717165523928: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11775, blocked for 11724, running for 0 1717165523928: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11775, blocked for 11724, running for 0 1717165523928: UIJobCollector(750491394): Result: true 1717165523928: UIJobCollector(750491394): No active jobs 1717165523980: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11827, blocked for 11776, running for 0 1717165523980: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11827, blocked for 11776, running for 0 1717165523980: UIJobCollector(750491394): Result: true 1717165523980: UIJobCollector(750491394): No active jobs 1717165524032: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11879, blocked for 11828, running for 0 1717165524032: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11879, blocked for 11828, running for 0 1717165524032: UIJobCollector(750491394): Result: true 1717165524032: UIJobCollector(750491394): No active jobs 1717165524084: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11931, blocked for 11880, running for 0 1717165524084: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11931, blocked for 11880, running for 0 1717165524084: UIJobCollector(750491394): Result: true 1717165524084: UIJobCollector(750491394): No active jobs 1717165524136: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11983, blocked for 11932, running for 0 1717165524136: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -11983, blocked for 11932, running for 0 1717165524136: UIJobCollector(750491394): Result: true 1717165524136: UIJobCollector(750491394): No active jobs 1717165524188: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12035, blocked for 11984, running for 0 1717165524188: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12035, blocked for 11984, running for 0 1717165524188: UIJobCollector(750491394): Result: true 1717165524188: UIJobCollector(750491394): No active jobs 1717165524240: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12087, blocked for 12036, running for 0 1717165524240: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12087, blocked for 12036, running for 0 1717165524240: UIJobCollector(750491394): Result: true 1717165524240: UIJobCollector(750491394): No active jobs 1717165524292: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12139, blocked for 12088, running for 0 1717165524292: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12139, blocked for 12088, running for 0 1717165524292: UIJobCollector(750491394): Result: true 1717165524292: UIJobCollector(750491394): No active jobs 1717165524343: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12190, blocked for 12139, running for 0 1717165524344: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12190, blocked for 12139, running for 0 1717165524344: UIJobCollector(750491394): Result: true 1717165524344: UIJobCollector(750491394): No active jobs 1717165524394: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12241, blocked for 12190, running for 0 1717165524394: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12241, blocked for 12190, running for 0 1717165524395: UIJobCollector(750491394): Result: true 1717165524395: UIJobCollector(750491394): No active jobs 1717165524446: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12293, blocked for 12242, running for 0 1717165524446: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12293, blocked for 12242, running for 0 1717165524446: UIJobCollector(750491394): Result: true 1717165524446: UIJobCollector(750491394): No active jobs 1717165524498: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12345, blocked for 12294, running for 0 1717165524498: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12345, blocked for 12294, running for 0 1717165524498: UIJobCollector(750491394): Result: true 1717165524498: UIJobCollector(750491394): No active jobs 1717165524549: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12396, blocked for 12345, running for 0 1717165524549: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12396, blocked for 12345, running for 0 1717165524549: UIJobCollector(750491394): Result: true 1717165524549: UIJobCollector(750491394): No active jobs 1717165524601: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12448, blocked for 12397, running for 0 1717165524601: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12448, blocked for 12397, running for 0 1717165524601: UIJobCollector(750491394): Result: true 1717165524601: UIJobCollector(750491394): No active jobs 1717165524653: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12500, blocked for 12449, running for 0 1717165524653: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12500, blocked for 12449, running for 0 1717165524653: UIJobCollector(750491394): Result: true 1717165524653: UIJobCollector(750491394): No active jobs 1717165524705: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12552, blocked for 12501, running for 0 1717165524705: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12552, blocked for 12501, running for 0 1717165524705: UIJobCollector(750491394): Result: true 1717165524705: UIJobCollector(750491394): No active jobs 1717165524757: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12604, blocked for 12553, running for 0 1717165524757: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12604, blocked for 12553, running for 0 1717165524757: UIJobCollector(750491394): Result: true 1717165524757: UIJobCollector(750491394): No active jobs 1717165524809: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12656, blocked for 12605, running for 0 1717165524809: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12656, blocked for 12605, running for 0 1717165524809: UIJobCollector(750491394): Result: true 1717165524809: UIJobCollector(750491394): No active jobs 1717165524860: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12707, blocked for 12656, running for 0 1717165524860: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12707, blocked for 12656, running for 0 1717165524860: UIJobCollector(750491394): Result: true 1717165524860: UIJobCollector(750491394): No active jobs 1717165524912: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12759, blocked for 12708, running for 0 1717165524912: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12759, blocked for 12708, running for 0 1717165524912: UIJobCollector(750491394): Result: true 1717165524912: UIJobCollector(750491394): No active jobs 1717165524964: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12811, blocked for 12760, running for 0 1717165524964: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12811, blocked for 12760, running for 0 1717165524964: UIJobCollector(750491394): Result: true 1717165524964: UIJobCollector(750491394): No active jobs 1717165525016: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12863, blocked for 12812, running for 0 1717165525016: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12863, blocked for 12812, running for 0 1717165525016: UIJobCollector(750491394): Result: true 1717165525016: UIJobCollector(750491394): No active jobs 1717165525067: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12914, blocked for 12863, running for 0 1717165525067: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12914, blocked for 12863, running for 0 1717165525067: UIJobCollector(750491394): Result: true 1717165525067: UIJobCollector(750491394): No active jobs 1717165525119: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12966, blocked for 12915, running for 0 1717165525119: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -12966, blocked for 12915, running for 0 1717165525119: UIJobCollector(750491394): Result: true 1717165525119: UIJobCollector(750491394): No active jobs 1717165525171: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13018, blocked for 12967, running for 0 1717165525171: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13018, blocked for 12967, running for 0 1717165525171: UIJobCollector(750491394): Result: true 1717165525171: UIJobCollector(750491394): No active jobs 1717165525224: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13071, blocked for 13020, running for 0 1717165525224: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13071, blocked for 13020, running for 0 1717165525224: UIJobCollector(750491394): Result: true 1717165525224: UIJobCollector(750491394): No active jobs 1717165525274: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13121, blocked for 13070, running for 0 1717165525275: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13122, blocked for 13071, running for 0 1717165525275: UIJobCollector(750491394): Result: true 1717165525275: UIJobCollector(750491394): No active jobs 1717165525327: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13174, blocked for 13123, running for 0 1717165525327: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13174, blocked for 13123, running for 0 1717165525327: UIJobCollector(750491394): Result: true 1717165525327: UIJobCollector(750491394): No active jobs 1717165525377: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13224, blocked for 13173, running for 0 1717165525377: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13224, blocked for 13173, running for 0 1717165525377: UIJobCollector(750491394): Result: true 1717165525377: UIJobCollector(750491394): No active jobs 1717165525428: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13275, blocked for 13224, running for 0 1717165525428: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13275, blocked for 13224, running for 0 1717165525428: UIJobCollector(750491394): Result: true 1717165525428: UIJobCollector(750491394): No active jobs 1717165525478: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13325, blocked for 13274, running for 0 1717165525478: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13325, blocked for 13274, running for 0 1717165525478: UIJobCollector(750491394): Result: true 1717165525478: UIJobCollector(750491394): No active jobs 1717165525530: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13377, blocked for 13326, running for 0 1717165525530: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13377, blocked for 13326, running for 0 1717165525530: UIJobCollector(750491394): Result: true 1717165525530: UIJobCollector(750491394): No active jobs 1717165525582: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13429, blocked for 13378, running for 0 1717165525582: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13429, blocked for 13378, running for 0 1717165525582: UIJobCollector(750491394): Result: true 1717165525582: UIJobCollector(750491394): No active jobs 1717165525633: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13480, blocked for 13429, running for 0 1717165525633: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13480, blocked for 13429, running for 0 1717165525633: UIJobCollector(750491394): Result: true 1717165525633: UIJobCollector(750491394): No active jobs 1717165525684: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13531, blocked for 13480, running for 0 1717165525684: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13531, blocked for 13480, running for 0 1717165525684: UIJobCollector(750491394): Result: true 1717165525684: UIJobCollector(750491394): No active jobs 1717165525736: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13583, blocked for 13532, running for 0 1717165525736: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13583, blocked for 13532, running for 0 1717165525736: UIJobCollector(750491394): Result: true 1717165525736: UIJobCollector(750491394): No active jobs 1717165525788: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13635, blocked for 13584, running for 0 1717165525788: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13635, blocked for 13584, running for 0 1717165525788: UIJobCollector(750491394): Result: true 1717165525788: UIJobCollector(750491394): No active jobs 1717165525841: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13688, blocked for 13637, running for 0 1717165525841: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13688, blocked for 13637, running for 0 1717165525841: UIJobCollector(750491394): Result: true 1717165525841: UIJobCollector(750491394): No active jobs 1717165525891: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13738, blocked for 13687, running for 0 1717165525891: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13738, blocked for 13687, running for 0 1717165525891: UIJobCollector(750491394): Result: true 1717165525891: UIJobCollector(750491394): No active jobs 1717165525943: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13790, blocked for 13739, running for 0 1717165525943: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13790, blocked for 13739, running for 0 1717165525944: UIJobCollector(750491394): Result: true 1717165525944: UIJobCollector(750491394): No active jobs 1717165525995: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13842, blocked for 13791, running for 0 1717165525995: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13842, blocked for 13791, running for 0 1717165525995: UIJobCollector(750491394): Result: true 1717165525995: UIJobCollector(750491394): No active jobs 1717165526045: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13892, blocked for 13841, running for 0 1717165526045: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13892, blocked for 13841, running for 0 1717165526045: UIJobCollector(750491394): Result: true 1717165526045: UIJobCollector(750491394): No active jobs 1717165526096: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13942, blocked for 13891, running for 0 1717165526096: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13943, blocked for 13892, running for 0 1717165526096: UIJobCollector(750491394): Result: true 1717165526096: UIJobCollector(750491394): No active jobs 1717165526146: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13993, blocked for 13942, running for 0 1717165526146: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -13993, blocked for 13942, running for 0 1717165526146: UIJobCollector(750491394): Result: true 1717165526146: UIJobCollector(750491394): No active jobs 1717165526196: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14043, blocked for 13992, running for 0 1717165526196: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14043, blocked for 13992, running for 0 1717165526196: UIJobCollector(750491394): Result: true 1717165526196: UIJobCollector(750491394): No active jobs 1717165526247: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14093, blocked for 14042, running for 0 1717165526247: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14094, blocked for 14043, running for 0 1717165526247: UIJobCollector(750491394): Result: true 1717165526247: UIJobCollector(750491394): No active jobs 1717165526297: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14144, blocked for 14093, running for 0 1717165526297: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14144, blocked for 14093, running for 0 1717165526297: UIJobCollector(750491394): Result: true 1717165526297: UIJobCollector(750491394): No active jobs 1717165526348: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14194, blocked for 14143, running for 0 1717165526348: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14195, blocked for 14144, running for 0 1717165526348: UIJobCollector(750491394): Result: true 1717165526348: UIJobCollector(750491394): No active jobs 1717165526398: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14245, blocked for 14194, running for 0 1717165526398: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14245, blocked for 14194, running for 0 1717165526398: UIJobCollector(750491394): Result: true 1717165526398: UIJobCollector(750491394): No active jobs 1717165526449: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14296, blocked for 14245, running for 0 1717165526449: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14296, blocked for 14245, running for 0 1717165526449: UIJobCollector(750491394): Result: true 1717165526449: UIJobCollector(750491394): No active jobs 1717165526499: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14346, blocked for 14295, running for 0 1717165526500: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14347, blocked for 14296, running for 0 1717165526500: UIJobCollector(750491394): Result: true 1717165526500: UIJobCollector(750491394): No active jobs 1717165526550: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14397, blocked for 14346, running for 0 1717165526550: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14397, blocked for 14346, running for 0 1717165526550: UIJobCollector(750491394): Result: true 1717165526550: UIJobCollector(750491394): No active jobs 1717165526601: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14447, blocked for 14396, running for 0 1717165526601: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14448, blocked for 14397, running for 0 1717165526601: UIJobCollector(750491394): Result: true 1717165526601: UIJobCollector(750491394): No active jobs 1717165526651: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14498, blocked for 14447, running for 0 1717165526651: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14498, blocked for 14447, running for 0 1717165526651: UIJobCollector(750491394): Result: true 1717165526651: UIJobCollector(750491394): No active jobs 1717165526702: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14549, blocked for 14498, running for 0 1717165526702: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14549, blocked for 14498, running for 0 1717165526702: UIJobCollector(750491394): Result: true 1717165526702: UIJobCollector(750491394): No active jobs 1717165526752: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14599, blocked for 14548, running for 0 1717165526752: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14599, blocked for 14548, running for 0 1717165526752: UIJobCollector(750491394): Result: true 1717165526752: UIJobCollector(750491394): No active jobs 1717165526802: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14649, blocked for 14598, running for 0 1717165526803: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14650, blocked for 14599, running for 0 1717165526803: UIJobCollector(750491394): Result: true 1717165526803: UIJobCollector(750491394): No active jobs 1717165526853: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14700, blocked for 14649, running for 0 1717165526853: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14700, blocked for 14649, running for 0 1717165526853: UIJobCollector(750491394): Result: true 1717165526853: UIJobCollector(750491394): No active jobs 1717165526903: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14750, blocked for 14699, running for 0 1717165526903: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14750, blocked for 14699, running for 0 1717165526904: UIJobCollector(750491394): Result: true 1717165526904: UIJobCollector(750491394): No active jobs 1717165526954: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14801, blocked for 14750, running for 0 1717165526954: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14801, blocked for 14750, running for 0 1717165526954: UIJobCollector(750491394): Result: true 1717165526954: UIJobCollector(750491394): No active jobs 1717165527006: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14853, blocked for 14802, running for 0 1717165527006: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14853, blocked for 14802, running for 0 1717165527006: UIJobCollector(750491394): Result: true 1717165527006: UIJobCollector(750491394): No active jobs 1717165527056: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14903, blocked for 14852, running for 0 1717165527057: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14904, blocked for 14853, running for 0 1717165527057: UIJobCollector(750491394): Result: true 1717165527057: UIJobCollector(750491394): No active jobs 1717165527108: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14955, blocked for 14904, running for 0 1717165527108: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -14955, blocked for 14904, running for 0 1717165527109: UIJobCollector(750491394): Result: true 1717165527109: UIJobCollector(750491394): No active jobs 1717165527159: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15006, blocked for 14955, running for 0 1717165527159: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15006, blocked for 14955, running for 0 1717165527159: UIJobCollector(750491394): Result: true 1717165527159: UIJobCollector(750491394): No active jobs 1717165527211: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15058, blocked for 15007, running for 0 1717165527211: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15058, blocked for 15007, running for 0 1717165527211: UIJobCollector(750491394): Result: true 1717165527211: UIJobCollector(750491394): No active jobs 1717165527263: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15110, blocked for 15059, running for 0 1717165527263: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15110, blocked for 15059, running for 0 1717165527263: UIJobCollector(750491394): Result: true 1717165527263: UIJobCollector(750491394): No active jobs 1717165527315: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15162, blocked for 15111, running for 0 1717165527315: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15162, blocked for 15111, running for 0 1717165527315: UIJobCollector(750491394): Result: true 1717165527315: UIJobCollector(750491394): No active jobs 1717165527366: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15213, blocked for 15162, running for 0 1717165527366: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15213, blocked for 15162, running for 0 1717165527366: UIJobCollector(750491394): Result: true 1717165527366: UIJobCollector(750491394): No active jobs 1717165527417: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15264, blocked for 15213, running for 0 1717165527417: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15264, blocked for 15213, running for 0 1717165527417: UIJobCollector(750491394): Result: true 1717165527417: UIJobCollector(750491394): No active jobs 1717165527468: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15315, blocked for 15264, running for 0 1717165527469: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15316, blocked for 15265, running for 0 1717165527469: UIJobCollector(750491394): Result: true 1717165527469: UIJobCollector(750491394): No active jobs 1717165527520: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15367, blocked for 15316, running for 0 1717165527520: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15367, blocked for 15316, running for 0 1717165527521: UIJobCollector(750491394): Result: true 1717165527521: UIJobCollector(750491394): No active jobs 1717165527573: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15420, blocked for 15369, running for 0 1717165527573: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15420, blocked for 15369, running for 0 1717165527573: UIJobCollector(750491394): Result: true 1717165527573: UIJobCollector(750491394): No active jobs 1717165527625: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15472, blocked for 15421, running for 0 1717165527625: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15472, blocked for 15421, running for 0 1717165527625: UIJobCollector(750491394): Result: true 1717165527625: UIJobCollector(750491394): No active jobs 1717165527677: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15524, blocked for 15473, running for 0 1717165527677: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15524, blocked for 15473, running for 0 1717165527677: UIJobCollector(750491394): Result: true 1717165527677: UIJobCollector(750491394): No active jobs 1717165527729: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15575, blocked for 15524, running for 0 1717165527729: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15576, blocked for 15525, running for 0 1717165527729: UIJobCollector(750491394): Result: true 1717165527729: UIJobCollector(750491394): No active jobs 1717165527781: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15628, blocked for 15577, running for 0 1717165527781: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15628, blocked for 15577, running for 0 1717165527781: UIJobCollector(750491394): Result: true 1717165527781: UIJobCollector(750491394): No active jobs 1717165527834: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15681, blocked for 15630, running for 0 1717165527834: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15681, blocked for 15630, running for 0 1717165527834: UIJobCollector(750491394): Result: true 1717165527834: UIJobCollector(750491394): No active jobs 1717165527884: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15731, blocked for 15680, running for 0 1717165527884: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15731, blocked for 15680, running for 0 1717165527885: UIJobCollector(750491394): Result: true 1717165527885: UIJobCollector(750491394): No active jobs 1717165527935: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15782, blocked for 15731, running for 0 1717165527935: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15782, blocked for 15731, running for 0 1717165527935: UIJobCollector(750491394): Result: true 1717165527935: UIJobCollector(750491394): No active jobs 1717165527986: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15833, blocked for 15782, running for 0 1717165527986: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15833, blocked for 15782, running for 0 1717165527986: UIJobCollector(750491394): Result: true 1717165527986: UIJobCollector(750491394): No active jobs 1717165528037: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15884, blocked for 15833, running for 0 1717165528037: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15884, blocked for 15833, running for 0 1717165528037: UIJobCollector(750491394): Result: true 1717165528037: UIJobCollector(750491394): No active jobs 1717165528089: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15936, blocked for 15885, running for 0 1717165528089: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15936, blocked for 15885, running for 0 1717165528089: UIJobCollector(750491394): Result: true 1717165528089: UIJobCollector(750491394): No active jobs 1717165528142: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15989, blocked for 15938, running for 0 1717165528142: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -15989, blocked for 15938, running for 0 1717165528142: UIJobCollector(750491394): Result: true 1717165528142: UIJobCollector(750491394): No active jobs 1717165528193: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16040, blocked for 15989, running for 0 1717165528193: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16040, blocked for 15989, running for 0 1717165528193: UIJobCollector(750491394): Result: true 1717165528193: UIJobCollector(750491394): No active jobs 1717165528244: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16091, blocked for 16040, running for 0 1717165528245: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16092, blocked for 16041, running for 0 1717165528245: UIJobCollector(750491394): Result: true 1717165528245: UIJobCollector(750491394): No active jobs 1717165528295: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16142, blocked for 16091, running for 0 1717165528295: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16142, blocked for 16091, running for 0 1717165528295: UIJobCollector(750491394): Result: true 1717165528295: UIJobCollector(750491394): No active jobs 1717165528346: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16193, blocked for 16142, running for 0 1717165528346: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16193, blocked for 16142, running for 0 1717165528346: UIJobCollector(750491394): Result: true 1717165528346: UIJobCollector(750491394): No active jobs 1717165528399: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16246, blocked for 16195, running for 0 1717165528399: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16246, blocked for 16195, running for 0 1717165528399: UIJobCollector(750491394): Result: true 1717165528399: UIJobCollector(750491394): No active jobs 1717165528450: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16297, blocked for 16246, running for 0 1717165528450: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16297, blocked for 16246, running for 0 1717165528450: UIJobCollector(750491394): Result: true 1717165528450: UIJobCollector(750491394): No active jobs 1717165528502: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16349, blocked for 16298, running for 0 1717165528502: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16349, blocked for 16298, running for 0 1717165528502: UIJobCollector(750491394): Result: true 1717165528502: UIJobCollector(750491394): No active jobs 1717165528553: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16400, blocked for 16349, running for 0 1717165528553: UIJobCollector(750491394): 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 1717165528553: UIJobCollector(750491394): Result: true 1717165528553: UIJobCollector(750491394): No active jobs 1717165528604: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16451, blocked for 16400, running for 0 1717165528604: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16451, blocked for 16400, running for 0 1717165528604: UIJobCollector(750491394): Result: true 1717165528604: UIJobCollector(750491394): No active jobs 1717165528656: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16503, blocked for 16452, running for 0 1717165528656: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16503, blocked for 16452, running for 0 1717165528656: UIJobCollector(750491394): Result: true 1717165528656: UIJobCollector(750491394): No active jobs 1717165528708: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16555, blocked for 16504, running for 0 1717165528708: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16555, blocked for 16504, running for 0 1717165528708: UIJobCollector(750491394): Result: true 1717165528708: UIJobCollector(750491394): No active jobs 1717165528759: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16606, blocked for 16555, running for 0 1717165528760: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16607, blocked for 16556, running for 0 1717165528760: UIJobCollector(750491394): Result: true 1717165528760: UIJobCollector(750491394): No active jobs 1717165528810: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16657, blocked for 16606, running for 0 1717165528810: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16657, blocked for 16606, running for 0 1717165528810: UIJobCollector(750491394): Result: true 1717165528810: UIJobCollector(750491394): No active jobs 1717165528862: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16709, blocked for 16658, running for 0 1717165528862: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16709, blocked for 16658, running for 0 1717165528862: UIJobCollector(750491394): Result: true 1717165528862: UIJobCollector(750491394): No active jobs 1717165528913: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16760, blocked for 16709, running for 0 1717165528913: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16760, blocked for 16709, running for 0 1717165528913: UIJobCollector(750491394): Result: true 1717165528913: UIJobCollector(750491394): No active jobs 1717165528963: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16810, blocked for 16759, running for 0 1717165528964: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16811, blocked for 16760, running for 0 1717165528964: UIJobCollector(750491394): Result: true 1717165528964: UIJobCollector(750491394): No active jobs 1717165529014: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16861, blocked for 16810, running for 0 1717165529014: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16861, blocked for 16810, running for 0 1717165529014: UIJobCollector(750491394): Result: true 1717165529014: UIJobCollector(750491394): No active jobs 1717165529064: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16911, blocked for 16860, running for 0 1717165529064: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16911, blocked for 16860, running for 0 1717165529064: UIJobCollector(750491394): Result: true 1717165529064: UIJobCollector(750491394): No active jobs 1717165529115: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16962, blocked for 16911, running for 0 1717165529115: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -16962, blocked for 16911, running for 0 1717165529115: UIJobCollector(750491394): Result: true 1717165529115: UIJobCollector(750491394): No active jobs 1717165529165: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17012, blocked for 16961, running for 0 1717165529165: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17012, blocked for 16961, running for 0 1717165529165: UIJobCollector(750491394): Result: true 1717165529165: UIJobCollector(750491394): No active jobs 1717165529215: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17062, blocked for 17011, running for 0 1717165529215: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17062, blocked for 17011, running for 0 1717165529215: UIJobCollector(750491394): Result: true 1717165529215: UIJobCollector(750491394): No active jobs 1717165529267: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17114, blocked for 17063, running for 0 1717165529267: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17114, blocked for 17063, running for 0 1717165529267: UIJobCollector(750491394): Result: true 1717165529267: UIJobCollector(750491394): No active jobs 1717165529319: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17166, blocked for 17115, running for 0 1717165529319: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17166, blocked for 17115, running for 0 1717165529319: UIJobCollector(750491394): Result: true 1717165529319: UIJobCollector(750491394): No active jobs 1717165529370: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17217, blocked for 17166, running for 0 1717165529371: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17218, blocked for 17167, running for 0 1717165529371: UIJobCollector(750491394): Result: true 1717165529371: UIJobCollector(750491394): No active jobs 1717165529422: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17269, blocked for 17218, running for 0 1717165529422: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17269, blocked for 17218, running for 0 1717165529422: UIJobCollector(750491394): Result: true 1717165529422: UIJobCollector(750491394): No active jobs 1717165529474: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17321, blocked for 17270, running for 0 1717165529474: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17321, blocked for 17270, running for 0 1717165529474: UIJobCollector(750491394): Result: true 1717165529474: UIJobCollector(750491394): No active jobs 1717165529525: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17372, blocked for 17321, running for 0 1717165529525: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17372, blocked for 17321, running for 0 1717165529525: UIJobCollector(750491394): Result: true 1717165529525: UIJobCollector(750491394): No active jobs 1717165529577: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17424, blocked for 17373, running for 0 1717165529577: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17424, blocked for 17373, running for 0 1717165529577: UIJobCollector(750491394): Result: true 1717165529577: UIJobCollector(750491394): No active jobs 1717165529628: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17475, blocked for 17424, running for 0 1717165529628: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17475, blocked for 17424, running for 0 1717165529628: UIJobCollector(750491394): Result: true 1717165529628: UIJobCollector(750491394): No active jobs 1717165529680: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17527, blocked for 17476, running for 0 1717165529680: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17527, blocked for 17476, running for 0 1717165529680: UIJobCollector(750491394): Result: true 1717165529680: UIJobCollector(750491394): No active jobs 1717165529731: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17578, blocked for 17527, running for 0 1717165529731: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17578, blocked for 17527, running for 0 1717165529731: UIJobCollector(750491394): Result: true 1717165529731: UIJobCollector(750491394): No active jobs 1717165529783: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17630, blocked for 17579, running for 0 1717165529783: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17630, blocked for 17579, running for 0 1717165529783: UIJobCollector(750491394): Result: true 1717165529783: UIJobCollector(750491394): No active jobs 1717165529835: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17682, blocked for 17631, running for 0 1717165529835: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17682, blocked for 17631, running for 0 1717165529835: UIJobCollector(750491394): Result: true 1717165529835: UIJobCollector(750491394): No active jobs 1717165529886: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17733, blocked for 17682, running for 0 1717165529886: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17733, blocked for 17682, running for 0 1717165529886: UIJobCollector(750491394): Result: true 1717165529886: UIJobCollector(750491394): No active jobs 1717165529938: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17785, blocked for 17734, running for 0 1717165529938: UIJobCollector(750491394): 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 1717165529938: UIJobCollector(750491394): Result: true 1717165529938: UIJobCollector(750491394): No active jobs 1717165529989: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17836, blocked for 17785, running for 0 1717165529989: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17836, blocked for 17785, running for 0 1717165529989: UIJobCollector(750491394): Result: true 1717165529989: UIJobCollector(750491394): No active jobs 1717165530041: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17888, blocked for 17837, running for 0 1717165530041: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17888, blocked for 17837, running for 0 1717165530041: UIJobCollector(750491394): Result: true 1717165530041: UIJobCollector(750491394): No active jobs 1717165530093: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17940, blocked for 17889, running for 0 1717165530093: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17940, blocked for 17889, running for 0 1717165530093: UIJobCollector(750491394): Result: true 1717165530093: UIJobCollector(750491394): No active jobs 1717165530145: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17992, blocked for 17941, running for 0 1717165530145: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -17992, blocked for 17941, running for 0 1717165530145: UIJobCollector(750491394): Result: true 1717165530145: UIJobCollector(750491394): No active jobs 1717165530196: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18043, blocked for 17992, running for 0 1717165530196: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18043, blocked for 17992, running for 0 1717165530196: UIJobCollector(750491394): Result: true 1717165530196: UIJobCollector(750491394): No active jobs 1717165530247: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18094, blocked for 18043, running for 0 1717165530247: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18094, blocked for 18043, running for 0 1717165530247: UIJobCollector(750491394): Result: true 1717165530247: UIJobCollector(750491394): No active jobs 1717165530298: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18145, blocked for 18094, running for 0 1717165530298: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18145, blocked for 18094, running for 0 1717165530298: UIJobCollector(750491394): Result: true 1717165530298: UIJobCollector(750491394): No active jobs 1717165530349: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18196, blocked for 18145, running for 0 1717165530349: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18196, blocked for 18145, running for 0 1717165530349: UIJobCollector(750491394): Result: true 1717165530349: UIJobCollector(750491394): No active jobs 1717165530401: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18248, blocked for 18197, running for 0 1717165530401: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18248, blocked for 18197, running for 0 1717165530401: UIJobCollector(750491394): Result: true 1717165530401: UIJobCollector(750491394): No active jobs 1717165530451: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18298, blocked for 18247, running for 0 1717165530451: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18298, blocked for 18247, running for 0 1717165530451: UIJobCollector(750491394): Result: true 1717165530451: UIJobCollector(750491394): No active jobs 1717165530502: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18349, blocked for 18298, running for 0 1717165530502: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18349, blocked for 18298, running for 0 1717165530502: UIJobCollector(750491394): Result: true 1717165530502: UIJobCollector(750491394): No active jobs 1717165530554: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18401, blocked for 18350, running for 0 1717165530554: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18401, blocked for 18350, running for 0 1717165530554: UIJobCollector(750491394): Result: true 1717165530554: UIJobCollector(750491394): No active jobs 1717165530606: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18453, blocked for 18402, running for 0 1717165530606: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18453, blocked for 18402, running for 0 1717165530606: UIJobCollector(750491394): Result: true 1717165530606: UIJobCollector(750491394): No active jobs 1717165530659: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18506, blocked for 18455, running for 0 1717165530659: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18506, blocked for 18455, running for 0 1717165530659: UIJobCollector(750491394): Result: true 1717165530659: UIJobCollector(750491394): No active jobs 1717165530710: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18557, blocked for 18506, running for 0 1717165530710: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18557, blocked for 18506, running for 0 1717165530710: UIJobCollector(750491394): Result: true 1717165530710: UIJobCollector(750491394): No active jobs 1717165530762: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18609, blocked for 18558, running for 0 1717165530762: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18609, blocked for 18558, running for 0 1717165530762: UIJobCollector(750491394): Result: true 1717165530762: UIJobCollector(750491394): No active jobs 1717165530813: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18660, blocked for 18609, running for 0 1717165530813: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18660, blocked for 18609, running for 0 1717165530813: UIJobCollector(750491394): Result: true 1717165530813: UIJobCollector(750491394): No active jobs 1717165530865: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18712, blocked for 18661, running for 0 1717165530865: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18712, blocked for 18661, running for 0 1717165530865: UIJobCollector(750491394): Result: true 1717165530865: UIJobCollector(750491394): No active jobs 1717165530916: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18763, blocked for 18712, running for 0 1717165530916: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18763, blocked for 18712, running for 0 1717165530916: UIJobCollector(750491394): Result: true 1717165530916: UIJobCollector(750491394): No active jobs 1717165530967: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18814, blocked for 18763, running for 0 1717165530967: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18814, blocked for 18763, running for 0 1717165530967: UIJobCollector(750491394): Result: true 1717165530967: UIJobCollector(750491394): No active jobs 1717165531018: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18865, blocked for 18814, running for 0 1717165531018: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18865, blocked for 18814, running for 0 1717165531018: UIJobCollector(750491394): Result: true 1717165531018: UIJobCollector(750491394): No active jobs 1717165531070: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18917, blocked for 18866, running for 0 1717165531070: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18917, blocked for 18866, running for 0 1717165531070: UIJobCollector(750491394): Result: true 1717165531070: UIJobCollector(750491394): No active jobs 1717165531120: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18967, blocked for 18916, running for 0 1717165531121: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -18968, blocked for 18917, running for 0 1717165531121: UIJobCollector(750491394): Result: true 1717165531121: UIJobCollector(750491394): No active jobs 1717165531175: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19022, blocked for 18971, running for 0 1717165531175: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19022, blocked for 18971, running for 0 1717165531175: UIJobCollector(750491394): Result: true 1717165531175: UIJobCollector(750491394): No active jobs 1717165531225: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19072, blocked for 19021, running for 0 1717165531225: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19072, blocked for 19021, running for 0 1717165531225: UIJobCollector(750491394): Result: true 1717165531225: UIJobCollector(750491394): No active jobs 1717165531276: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19123, blocked for 19072, running for 0 1717165531276: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19123, blocked for 19072, running for 0 1717165531276: UIJobCollector(750491394): Result: true 1717165531276: UIJobCollector(750491394): No active jobs 1717165531326: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19173, blocked for 19122, running for 0 1717165531326: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19173, blocked for 19122, running for 0 1717165531326: UIJobCollector(750491394): Result: true 1717165531326: UIJobCollector(750491394): No active jobs 1717165531377: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19224, blocked for 19173, running for 0 1717165531377: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19224, blocked for 19173, running for 0 1717165531378: UIJobCollector(750491394): Result: true 1717165531378: UIJobCollector(750491394): No active jobs 1717165531429: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19276, blocked for 19225, running for 0 1717165531429: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19276, blocked for 19225, running for 0 1717165531429: UIJobCollector(750491394): Result: true 1717165531429: UIJobCollector(750491394): No active jobs 1717165531481: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19328, blocked for 19277, running for 0 1717165531481: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19328, blocked for 19277, running for 0 1717165531481: UIJobCollector(750491394): Result: true 1717165531481: UIJobCollector(750491394): No active jobs 1717165531533: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19380, blocked for 19329, running for 0 1717165531533: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19380, blocked for 19329, running for 0 1717165531533: UIJobCollector(750491394): Result: true 1717165531533: UIJobCollector(750491394): No active jobs 1717165531585: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19432, blocked for 19381, running for 0 1717165531585: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19432, blocked for 19381, running for 0 1717165531585: UIJobCollector(750491394): Result: true 1717165531585: UIJobCollector(750491394): No active jobs 1717165531635: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19482, blocked for 19431, running for 0 1717165531635: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19482, blocked for 19431, running for 0 1717165531635: UIJobCollector(750491394): Result: true 1717165531635: UIJobCollector(750491394): No active jobs 1717165531687: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19534, blocked for 19483, running for 0 1717165531687: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19534, blocked for 19483, running for 0 1717165531687: UIJobCollector(750491394): Result: true 1717165531687: UIJobCollector(750491394): No active jobs 1717165531737: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19584, blocked for 19533, running for 0 1717165531737: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19584, blocked for 19533, running for 0 1717165531737: UIJobCollector(750491394): Result: true 1717165531737: UIJobCollector(750491394): No active jobs 1717165531790: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19637, blocked for 19586, running for 0 1717165531790: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19637, blocked for 19586, running for 0 1717165531790: UIJobCollector(750491394): Result: true 1717165531790: UIJobCollector(750491394): No active jobs 1717165531840: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19687, blocked for 19636, running for 0 1717165531840: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19687, blocked for 19636, running for 0 1717165531840: UIJobCollector(750491394): Result: true 1717165531840: UIJobCollector(750491394): No active jobs 1717165531893: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19740, blocked for 19689, running for 0 1717165531893: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19740, blocked for 19689, running for 0 1717165531893: UIJobCollector(750491394): Result: true 1717165531893: UIJobCollector(750491394): No active jobs 1717165531944: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19791, blocked for 19740, running for 0 1717165531944: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19791, blocked for 19740, running for 0 1717165531944: UIJobCollector(750491394): Result: true 1717165531944: UIJobCollector(750491394): No active jobs 1717165531995: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19842, blocked for 19791, running for 0 1717165531995: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19842, blocked for 19791, running for 0 1717165531995: UIJobCollector(750491394): Result: true 1717165531995: UIJobCollector(750491394): No active jobs 1717165532046: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19893, blocked for 19842, running for 0 1717165532046: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19893, blocked for 19842, running for 0 1717165532046: UIJobCollector(750491394): Result: true 1717165532046: UIJobCollector(750491394): No active jobs 1717165532097: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19944, blocked for 19893, running for 0 1717165532097: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19944, blocked for 19893, running for 0 1717165532097: UIJobCollector(750491394): Result: true 1717165532097: UIJobCollector(750491394): No active jobs 1717165532148: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19995, blocked for 19944, running for 0 1717165532148: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -19995, blocked for 19944, running for 0 1717165532148: UIJobCollector(750491394): Result: true 1717165532148: UIJobCollector(750491394): No active jobs 1717165532200: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20047, blocked for 19996, running for 0 1717165532200: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20047, blocked for 19996, running for 0 1717165532200: UIJobCollector(750491394): Result: true 1717165532200: UIJobCollector(750491394): No active jobs 1717165532251: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20098, blocked for 20047, running for 0 1717165532251: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20098, blocked for 20047, running for 0 1717165532251: UIJobCollector(750491394): Result: true 1717165532251: UIJobCollector(750491394): No active jobs 1717165532302: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20149, blocked for 20098, running for 0 1717165532302: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20149, blocked for 20098, running for 0 1717165532303: UIJobCollector(750491394): Result: true 1717165532303: UIJobCollector(750491394): No active jobs 1717165532353: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20200, blocked for 20149, running for 0 1717165532353: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20200, blocked for 20149, running for 0 1717165532353: UIJobCollector(750491394): Result: true 1717165532353: UIJobCollector(750491394): No active jobs 1717165532405: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20252, blocked for 20201, running for 0 1717165532405: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20252, blocked for 20201, running for 0 1717165532405: UIJobCollector(750491394): Result: true 1717165532405: UIJobCollector(750491394): No active jobs 1717165532456: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20303, blocked for 20252, running for 0 1717165532456: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20303, blocked for 20252, running for 0 1717165532456: UIJobCollector(750491394): Result: true 1717165532456: UIJobCollector(750491394): No active jobs 1717165532508: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20355, blocked for 20304, running for 0 1717165532508: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20355, blocked for 20304, running for 0 1717165532508: UIJobCollector(750491394): Result: true 1717165532508: UIJobCollector(750491394): No active jobs 1717165532560: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20407, blocked for 20356, running for 0 1717165532560: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20407, blocked for 20356, running for 0 1717165532560: UIJobCollector(750491394): Result: true 1717165532560: UIJobCollector(750491394): No active jobs 1717165532612: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20459, blocked for 20408, running for 0 1717165532612: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20459, blocked for 20408, running for 0 1717165532612: UIJobCollector(750491394): Result: true 1717165532612: UIJobCollector(750491394): No active jobs 1717165532664: UIJobCollector(750491394): Checking: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20511, blocked for 20460, running for 0 1717165532664: UIJobCollector(750491394): Job has timed out after 10500, skipping: org.eclipse.core.runtime.jobs.Job$2 (sleep), RUNNING, status: UNKNOWN, is active: true, delay: -20511, blocked for 20460, running for 0 1717165532664: UIJobCollector(750491394): Result: true 1717165532664: UIJobCollector(750491394): No active jobs 1717165533157: UIJobCollector(750491394): event: done: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -21004, blocked for 20953, running for 0 1717165533158: UIJobCollector(750491394): event: gone: org.eclipse.core.runtime.jobs.Job$2 (sleep), NONE, status: UNKNOWN, is active: true, delay: -21005, blocked for 20954, running for 0 Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 79.334 s - in org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest stepInSyncExec(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.775 s stepAfterDelay(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.195 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.162 s doNotWaitForJobsRescheduledInFuture(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.656 s doNotStepTwice(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 3.179 s waitForAllListeners(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) skipped waitForCancelledJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 1.181 s abortStepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 15.32 s waitSecondRunAfterReschedule(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 5.689 s ignorePseudoJobsInUI(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.662 s doNotWaitForPrescheduledRescheduledInFuture(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.805 s doNotScheduleInALock(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 11.099 s stepMode(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 6.276 s emptyWhenNoJobs(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 0.056 s stepRepeatedly(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 8.188 s respectStepModeTimeout(org.eclipse.rcptt.tesla.swt.test.UIJobCollectorTest) Time elapsed: 21.187 s Results: Tests run: 18, Failures: 0, Errors: 0, Skipped: 1 !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-05-31 14:25:34.442 !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-runtime777534799048513287.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.202405311411 [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 54 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 67 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 48 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 99 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 12 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 261 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 325 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 16 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 47 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 20 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 18 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 60 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 85 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 149 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 58 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 30 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 36 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 60 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 33 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 25 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 34 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 17 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 100 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 42 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 130 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 125 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 136 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 25 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 272 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 34 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 64 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 343 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 81 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 57 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 398 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 42 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 30 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 44 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 91 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 91 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 198 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 62 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 180 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 876 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 28 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 254 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 23 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 48 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 62 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 54 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 47 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 24 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 135 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 29 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 25 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 263 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 98 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 62 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 85 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 54 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 39 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 72 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 62 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 112 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 305 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 15 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 16 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 227 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 48 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 324 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 67 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 70 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 104 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 123 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 559 kB/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 30 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 164 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 243 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 410 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/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/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-velocity/1.1.7/plexus-velocity-1.1.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/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/maven-compat/3.0/maven-compat-3.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/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/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-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/commons-codec/commons-codec/1.6/commons-codec-1.6.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/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/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 811 kB/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/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 779 kB/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/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.0 MB/s) [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 694 kB/s) [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 64 kB/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] 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] 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/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 484 kB/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/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 4.1 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 122 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 36 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 36 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] 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/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 444 kB/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/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 160 kB/s) [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 99 kB/s) [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 138 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-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 40 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] 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/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 25 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/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 940 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/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 62 kB/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/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 687 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-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 246 kB/s) [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 16 kB/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] 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 733 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/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 508 kB/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/tukaani/xz/1.8/xz-1.8.jar (109 kB at 214 kB/s) [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] 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 69 kB/s) [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 108 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/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/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 71 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/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 950 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 325 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] 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 90 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 468 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/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 58 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/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-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 59 kB/s) [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 160 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/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/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 108 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-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 89 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/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 192 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 37 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 322 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 388 kB/s) [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 157 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 94 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 19 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 38 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 26 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 161 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 9.2 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 70 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 252 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 122 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 222 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 23 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 17 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 18 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 56 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 121 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 573 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 308 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 31 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 121 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 225 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 31 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 36 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 184 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 24 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 356 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 92 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 22 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 24 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 121 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 15 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 37 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 155 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 22 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 57 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 37 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 31 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 242 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 21 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 29 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 259 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-api/1.4.1/enforcer-api-1.4.1.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/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/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.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] 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 102 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/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 132 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/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 107 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/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 121 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 1.3 MB/s) [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.3 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] 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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 153 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/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 113 kB/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 971 kB/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/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 214 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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 14 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/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 kB at 32 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-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 123 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 387 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 431 kB/s) [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 14 kB/s) [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 115 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 41 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.202405311411 [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.202405311411 [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 [ 1.109 s] [INFO] rcptt.runtime ...................................... SUCCESS [ 0.012 s] [INFO] tesla .............................................. SUCCESS [ 0.074 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment ............... SUCCESS [ 7.091 s] [INFO] org.eclipse.rcptt.tesla.core.am .................... SUCCESS [ 7.689 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects ................ SUCCESS [ 12.465 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects .............. SUCCESS [ 9.767 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects ............... SUCCESS [ 7.191 s] [INFO] org.eclipse.rcptt.util.swt ......................... SUCCESS [ 17.623 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.015 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs .............. SUCCESS [ 32.260 s] [INFO] org.eclipse.rcptt.watson.aspects.swt ............... SUCCESS [ 9.628 s] [INFO] org.eclipse.rcptt.tesla.swt ........................ SUCCESS [ 18.464 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms .... SUCCESS [ 9.857 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface .... SUCCESS [ 7.447 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt ...... SUCCESS [ 5.908 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench SUCCESS [ 7.455 s] [INFO] org.eclipse.rcptt.tesla.recording.swt .............. SUCCESS [ 9.323 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.066 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl ................... SUCCESS [ 5.457 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects ............. SUCCESS [ 20.327 s] [INFO] org.eclipse.rcptt.runtime.ui ....................... SUCCESS [ 5.186 s] [INFO] org.eclipse.rcptt.forms.impl ....................... SUCCESS [ 5.174 s] [INFO] org.eclipse.rcptt.resources.impl ................... SUCCESS [ 5.051 s] [INFO] org.eclipse.rcptt.watson.jface ..................... SUCCESS [ 7.590 s] [INFO] org.eclipse.rcptt.watson.runtime ................... SUCCESS [ 7.582 s] [INFO] org.eclipse.rcptt.tesla.canvas ..................... SUCCESS [ 5.052 s] [INFO] org.eclipse.rcptt.tesla.gef.aspects ................ SUCCESS [ 7.650 s] [INFO] org.eclipse.rcptt.tesla.gef ........................ SUCCESS [ 5.121 s] [INFO] org.eclipse.rcptt.tesla.gmf.aspects ................ SUCCESS [ 7.662 s] [INFO] org.eclipse.rcptt.tesla.gmf ........................ SUCCESS [ 4.355 s] [INFO] org.eclipse.rcptt.tesla.jdt.aspects ................ SUCCESS [ 7.055 s] [INFO] org.eclipse.rcptt.tesla.jdt ........................ SUCCESS [ 5.493 s] [INFO] org.eclipse.rcptt.tesla.jface.text.reconciler.aspects SUCCESS [ 4.615 s] [INFO] org.eclipse.rcptt.tesla.jface.text ................. SUCCESS [ 5.855 s] [INFO] org.eclipse.rcptt.tesla.jface.text.aspects ......... SUCCESS [ 4.899 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects .. SUCCESS [ 5.864 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects SUCCESS [ 7.722 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding .......... SUCCESS [ 5.234 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment ............. SUCCESS [ 7.333 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.draw2d ... SUCCESS [ 7.702 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gef ...... SUCCESS [ 6.058 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.gmf ...... SUCCESS [ 5.389 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.text SUCCESS [ 6.600 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor SUCCESS [ 5.311 s] [INFO] org.eclipse.rcptt.tesla.recording.draw2d ........... SUCCESS [ 5.127 s] [INFO] org.eclipse.rcptt.tesla.recording.gef .............. SUCCESS [ 4.670 s] [INFO] org.eclipse.rcptt.tesla.recording.gmf .............. SUCCESS [ 4.927 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas ........... SUCCESS [ 5.356 s] [INFO] org.eclipse.rcptt.tesla.recording.jface.text ....... SUCCESS [ 5.015 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor ....... SUCCESS [ 5.310 s] [INFO] org.eclipse.rcptt.tesla.recording.workbench.texteditor SUCCESS [ 5.287 s] [INFO] org.eclipse.rcptt.tesla.ui.ide ..................... SUCCESS [ 5.056 s] [INFO] org.eclipse.rcptt.tesla.workbench.texteditor.aspects SUCCESS [ 5.162 s] [INFO] org.eclipse.rcptt.tesla.variables .................. SUCCESS [ 7.690 s] [INFO] org.eclipse.rcptt.tesla.properties.view ............ SUCCESS [ 5.476 s] [INFO] org.eclipse.rcptt.tesla.chart ...................... SUCCESS [ 5.074 s] [INFO] org.eclipse.rcptt.tesla.swt.e4x .................... SUCCESS [ 5.133 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.e4x ...... SUCCESS [ 6.369 s] [INFO] org.eclipse.rcptt.tesla.runtime .................... SUCCESS [ 4.921 s] [INFO] org.eclipse.rcptt.tesla.ecl.runtime ................ SUCCESS [ 3.727 s] [INFO] org.eclipse.rcptt.tesla.ecl.update-site ............ SUCCESS [ 7.881 s] [INFO] org.eclipse.rcptt.core.ecl.debug ................... SUCCESS [ 5.233 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.013 s] [INFO] org.eclipse.rcptt.ctx.debug.impl ................... SUCCESS [ 4.789 s] [INFO] org.eclipse.rcptt.ctx.group.impl ................... SUCCESS [ 7.459 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects .......... SUCCESS [ 7.502 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl ............. SUCCESS [ 5.253 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl .............. SUCCESS [ 4.970 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl .............. SUCCESS [ 7.476 s] [INFO] org.eclipse.rcptt.ctx.resources.impl ............... SUCCESS [ 4.567 s] [INFO] org.eclipse.rcptt.ctx.script.impl .................. SUCCESS [ 4.919 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl ............... SUCCESS [ 4.809 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect ............. SUCCESS [ 9.684 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.015 s] [INFO] org.eclipse.rcptt.verifications.time.impl .......... SUCCESS [ 7.484 s] [INFO] org.eclipse.rcptt.verifications.text.impl .......... SUCCESS [ 4.209 s] [INFO] org.eclipse.rcptt.verifications.log.impl ........... SUCCESS [ 4.394 s] [INFO] org.eclipse.rcptt.verifications.tree.impl .......... SUCCESS [ 4.652 s] [INFO] org.eclipse.rcptt.verifications.resources.impl ..... SUCCESS [ 4.187 s] [INFO] org.eclipse.rcptt.ecl.data.apache.poi.impl ......... SUCCESS [ 9.402 s] [INFO] org.eclipse.rcptt.expandbar.runtime ................ SUCCESS [ 4.649 s] [INFO] org.eclipse.rcptt.runtime .......................... SUCCESS [ 5.639 s] [INFO] org.eclipse.rcptt.runtime-updatesite ............... SUCCESS [ 16.169 s] [INFO] rcptt.runtime.updates .............................. SUCCESS [ 0.069 s] [INFO] org.eclipse.rcptt.updates.runtime.e4x .............. SUCCESS [ 24.901 s] [INFO] org.eclipse.rcptt.updates.e4x ...................... SUCCESS [ 3.994 s] [INFO] rcptt.runtime.tests ................................ SUCCESS [ 0.042 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.test ......... SUCCESS [ 39.611 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.test ........... SUCCESS [ 38.468 s] [INFO] org.eclipse.rcptt.tesla.swt.test ................... SUCCESS [01:45 min] [INFO] org.eclipse.rcptt.watson.test ...................... SUCCESS [ 30.190 s] [INFO] e4x 2.5.5-SNAPSHOT ................................. SUCCESS [ 3.322 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:29 min [INFO] Finished at: 2024-05-31T14:29:14Z [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 9.8 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 204 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 68 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 99 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 213 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 39 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 147 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 24 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 359 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 11 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 3.1 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 13 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 163 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 32 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 528 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/ (4.82MB of 13.65MB at 4.8MB/s) [INFO] Fetching com.ibm.icu_74.2.0.jar from https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/plugins/ (10.66MB of 13.65MB at 5.32MB/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://eclipse.c3sl.ufpr.br/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.umd.edu/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.umd.edu/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://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (2.91MB) [INFO] Fetching com.google.guava_33.0.0.jre.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (996.09kB of 2.91MB at 992.09kB/s) [INFO] Fetching com.google.guava_33.0.0.jre.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (2.07MB of 2.91MB at 1,023.39kB/s) [INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://mirror.umd.edu/eclipse/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.umd.edu/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.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (1.31MB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://mirror.umd.edu/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://ftp2.osuosl.org/pub/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.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (642.53kB) [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://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (656.67kB) [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.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (353.34kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202312260654.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (111.9kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202312260654.jar from https://ftp2.osuosl.org/pub/eclipse/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.202405311411 [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 13 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 531 kB/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.umd.edu/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 322 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 717 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 44 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 123 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 68 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 475 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 112 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/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] 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] 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 93 kB/s) [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 26 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 50 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.2 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 11 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 cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/maven-metadata.xml [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] 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 64 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.8/target-platform-configuration-4.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.8/target-platform-configuration-4.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.8/target-platform-configuration-4.0.8.pom (1.8 kB at 84 kB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.8/tycho-4.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.8/tycho-4.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.8/tycho-4.0.8.pom (21 kB at 1.0 MB/s) [INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.8/target-platform-configuration-4.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.8/target-platform-configuration-4.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/4.0.8/target-platform-configuration-4.0.8.jar (28 kB at 678 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 10 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 205 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 271 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 16 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 214 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 180 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 27 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 193 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 289 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 20 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 256 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 231 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 29 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 430 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 320 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 15 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 196 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 160 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 29 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 374 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 175 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 21 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 212 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 208 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 20 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 258 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 192 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 424 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.3 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 118 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 107 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.1 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 178 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.6 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 1.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 980 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 314 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 244 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.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 75 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 37 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 621 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 286 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 141 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 73 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 1.3 MB/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 65 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 156 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 57 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 72 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 59 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 43 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 110 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 102 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 41 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 198 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-platform/5.14.0/jna-platform-5.14.0.jar (1.4 MB at 3.7 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/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 1.1 MB/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/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.jar (86 kB at 185 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] 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 3.8 MB/s) [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 6.2 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/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.jar (36 kB at 65 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.jar [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 706 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.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 20 kB/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 20 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 73 kB/s) [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 101 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 15 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 93 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 71 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 106 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 291 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 39 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 728 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 33 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/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] 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] 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 5.6 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/biz/aQute/bnd/biz.aQute.bnd.util/7.0.0/biz.aQute.bnd.util-7.0.0.jar (442 kB at 4.8 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/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 2.6 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.3 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 646 kB/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 11 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 15 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 349 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 1.4 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 609 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 8.6 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 21 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: 1.008 s - in org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest corruptedResourcesShouldProduceReadaleErrorMessage(org.eclipse.rcptt.internal.launching.TestSuiteElementCollectorTest) Time elapsed: 0.905 s Running org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.293 s - in org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest astExecRespectsCancel(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 2.815 s setupPlayerRespectsTimeoutArgument(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.51 s terminateOnShutdownTimeout(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.033 s simpleValidCommand(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 0.004 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.323 s connectHangs(org.eclipse.rcptt.internal.launching.aut.BaseAutLaunchTest) Time elapsed: 1.106 s Running org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.177 s - in org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest propagateInternalFailures(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 1.046 s debug(org.eclipse.rcptt.internal.launching.Q7LaunchManagerTest) Time elapsed: 0.117 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 84 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 221 kB/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 127 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 74 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 278 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 245 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 254 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 138 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/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] 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] 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 3.0 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/fluent-hc/4.5.14/fluent-hc-4.5.14.jar (32 kB at 159 kB/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 6.7 MB/s) [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 3.8 MB/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 789 kB/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 196 kB/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 997 kB/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 1.4 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 1.3 MB/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 353 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 24 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 47 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 42 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 221 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 95 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 36 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 37 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 54 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 49 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 25 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 29 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 137 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 22 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 20 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 21 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 8.2 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 93 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 13 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 29 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 16 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 25 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 13 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 40 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 69 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 633 kB/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 400 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 18 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 39 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 63 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 88 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 19 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/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] 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] 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 873 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 1.3 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.4/plexus-build-api-0.0.4.jar (6.8 kB at 38 kB/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 332 kB/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 146 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: 1.398 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 1.135 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.002 s testStyle(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.06 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.097 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.008 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReportRendererTest) Time elapsed: 0.003 s Running org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest testElapsed(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.008 s testNoPlaceholders(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.002 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.003 s testStylingOfDifferentResults(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.007 s testNoRoot(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.003 s testScript(org.eclipse.rcptt.reporting.html.tests.HtmlReporterTest) Time elapsed: 0.067 s Running org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest failedTestHeaderShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.002 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.14 s testEmptyLogsAreNotShown(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.002 s failedChildShouldBeRed(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.002 s passedChildOfFailedNodeShouldBeBlack(org.eclipse.rcptt.reporting.html.tests.FullSingleTestHtmlRendererTest) Time elapsed: 0.029 s Running org.eclipse.rcptt.reporting.html.tests.ReportEntryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.802 s - in org.eclipse.rcptt.reporting.html.tests.ReportEntryTest test(org.eclipse.rcptt.reporting.html.tests.ReportEntryTest) Time elapsed: 1.8 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 103 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 783 kB/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.889 s - in org.eclipse.rcptt.launching.ext.tests.ExecutableTest testPrepareExecution(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 2.503 s testTime(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.103 s testFailOnNpe(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 0.002 s testGroupExecutable(org.eclipse.rcptt.launching.ext.tests.ExecutableTest) Time elapsed: 1.104 s Running org.eclipse.rcptt.launching.ext.tests.BundleStartTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.rcptt.launching.ext.tests.BundleStartTest testPositive(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0.002 s testQS2313(org.eclipse.rcptt.launching.ext.tests.BundleStartTest) Time elapsed: 0.001 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 51 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 49 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 150 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 87 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 768 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 227 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 241 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 152 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 62 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 152 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.resolver/1.1.1/org.osgi.service.resolver-1.1.1.jar (23 kB at 178 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.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 214 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.jar [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 5.8 MB/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] 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 3.4 MB/s) [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 339 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 134 kB/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 445 kB/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 6.8 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-runtime15122955861230028885.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-runtime4314202075568840099.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-runtime12107006670767730048.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-runtime1510588301078398311.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-runtime9078674407484930854.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.csclub.uwaterloo.ca/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.umd.edu/eclipse/releases/2024-03/202403131000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2024-03/202403131000/plugins/ (46.57kB) [WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.emf.transaction.ui,1.4.1.202208110935 failed: [WARNING] An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.emf.transaction.ui,1.4.1.202208110935 from repository http://download.eclipse.org/releases/2024-03/202403131000: [WARNING] Retry another mirror: [WARNING] Artifact not found: https://mirrors.jevincanders.net/eclipse/releases/2024-03/202403131000/plugins/org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar. [INFO] Fetching org.eclipse.emf.transaction_1.13.0.202208110935.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/features/ (23.87kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.3.202305230712.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2024-03/202403131000/plugins/ (78.3kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.2.202305230712.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (25.93kB) [INFO] Fetching org.eclipse.emf.validation_1.13.3.202305230712.jar from https://mirror.umd.edu/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.202405311411 [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.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (1.06MB) [INFO] Fetching bcutil_1.77.0.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (665.04kB) [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://ftp2.osuosl.org/pub/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://ftp2.osuosl.org/pub/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://mirror.csclub.uwaterloo.ca/eclipse/releases/2024-03/202403131000/plugins/ (636.64kB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (3.04MB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.9.0.202403050737-r.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2024-03/202403131000/plugins/ (66.46kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.9.0.202403050737-r.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (27.54kB) [INFO] Fetching org.eclipse.egit.ui_6.9.0.202403050737-r.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (3.91MB) [INFO] Fetching org.eclipse.egit_6.9.0.202403050737-r.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2024-03/202403131000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.egit.doc_6.9.0.202403050737-r.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2024-03/202403131000/plugins/ (5.09MB) [INFO] Fetching org.eclipse.egit_6.9.0.202403050737-r.jar from https://mirror.csclub.uwaterloo.ca/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://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.jgit_6.9.0.202403050737-r.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/features/ (16.18kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_6.9.0.202403050737-r.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/features/ (16.2kB) [INFO] Fetching org.eclipse.jgit.http.apache_6.9.0.202403050737-r.jar from https://mirror.csclub.uwaterloo.ca/eclipse/releases/2024-03/202403131000/features/ (16.21kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.agent_6.9.0.202403050737-r.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (40.12kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_6.9.0.202403050737-r.jar from https://mirror.umd.edu/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://ftp2.osuosl.org/pub/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.202405311411 [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.202405311411. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 37279 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.202405311411. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 31272 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.202405311411. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 28428 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.202405311411. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.702.v20231114-1017. Operation completed in 25732 ms. [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (default) @ full --- [INFO] [Fri May 31 14:46:30 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] [Fri May 31 14:46:47 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] [Fri May 31 14:47:26 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.998 s] [INFO] org.eclipse.rcptt.updates .......................... SUCCESS [ 9.103 s] [INFO] rcptt-module-nebula ................................ SUCCESS [ 0.015 s] [INFO] org.eclipse.rcptt.tesla.nebula ..................... SUCCESS [ 11.724 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl ................. SUCCESS [ 6.193 s] [INFO] org.eclipse.rcptt.tesla.nebula.impl ................ SUCCESS [ 6.102 s] [INFO] org.eclipse.rcptt.tesla.nebula.ecl.impl ............ SUCCESS [ 4.899 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula ........... SUCCESS [ 5.457 s] [INFO] org.eclipse.rcptt.tesla.recording.nebula.ecl ....... SUCCESS [ 4.051 s] [INFO] org.eclipse.rcptt.module.nebula.runtime ............ SUCCESS [ 3.512 s] [INFO] org.eclipse.rcptt.module.nebula-runtime-site ....... SUCCESS [ 7.959 s] [INFO] org.eclipse.rcptt.module.nebula.updates ............ SUCCESS [ 3.550 s] [INFO] org.eclipse.rcptt.module.nebula .................... SUCCESS [ 3.561 s] [INFO] org.eclipse.rcptt.module.nebula-site ............... SUCCESS [ 7.873 s] [INFO] rcptt.launching .................................... SUCCESS [ 0.077 s] [INFO] org.eclipse.rcptt.reporting.util ................... SUCCESS [ 8.972 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 10.059 s] [INFO] org.eclipse.rcptt.launching.common ................. SUCCESS [ 4.501 s] [INFO] org.eclipse.rcptt.launching.injection .............. SUCCESS [ 4.810 s] [INFO] org.eclipse.rcptt.launching.p2utils ................ SUCCESS [ 5.162 s] [INFO] org.eclipse.rcptt.launching.ext .................... SUCCESS [ 5.861 s] [INFO] org.eclipse.rcptt.launching.remote ................. SUCCESS [ 4.772 s] [INFO] org.eclipse.rcptt.launching.multiaut ............... SUCCESS [ 6.049 s] [INFO] org.eclipse.rcptt.reporting.html ................... SUCCESS [ 4.864 s] [INFO] org.eclipse.rcptt.launching ........................ SUCCESS [ 4.308 s] [INFO] launching.tests .................................... SUCCESS [ 3.610 s] [INFO] org.eclipse.rcptt.launching.ext.tests .............. SUCCESS [ 24.267 s] [INFO] org.eclipse.rcptt.launching.tests .................. SUCCESS [ 32.374 s] [INFO] org.eclipse.rcptt.reporting.html.tests ............. SUCCESS [ 17.979 s] [INFO] rcptt-module-testrail .............................. SUCCESS [ 0.016 s] [INFO] org.eclipse.rcptt.testrail.ecl ..................... SUCCESS [ 4.946 s] [INFO] org.eclipse.rcptt.testrail ......................... SUCCESS [ 6.677 s] [INFO] rcptt.rcp .......................................... SUCCESS [ 0.016 s] [INFO] org.eclipse.rcptt.ui ............................... SUCCESS [ 23.548 s] [INFO] org.eclipse.rcptt.testrail.ui ...................... SUCCESS [ 5.592 s] [INFO] org.eclipse.rcptt.testrail.ecl.impl ................ SUCCESS [ 4.211 s] [INFO] org.eclipse.rcptt.module.testrail.runtime .......... SUCCESS [ 3.546 s] [INFO] org.eclipse.rcptt.module.testrail-runtime-site ..... SUCCESS [ 8.524 s] [INFO] org.eclipse.rcptt.module.testrail.updates .......... SUCCESS [ 3.494 s] [INFO] org.eclipse.rcptt.module.testrail .................. SUCCESS [ 3.778 s] [INFO] org.eclipse.rcptt.module.testrail-site ............. SUCCESS [ 7.723 s] [INFO] rcptt-module-zephyr ................................ SUCCESS [ 0.071 s] [INFO] org.eclipse.rcptt.zephyr ........................... SUCCESS [ 5.259 s] [INFO] org.eclipse.rcptt.zephyr.ui ........................ SUCCESS [ 5.967 s] [INFO] org.eclipse.rcptt.module.zephyr .................... SUCCESS [ 3.676 s] [INFO] org.eclipse.rcptt.module.zephyr-site ............... SUCCESS [ 8.348 s] [INFO] org.eclipse.rcptt .................................. SUCCESS [ 3.349 s] [INFO] org.eclipse.rcptt.dev.ui ........................... SUCCESS [ 5.585 s] [INFO] q7.rcp.contexts .................................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.ctx.capability.ui ................ SUCCESS [ 5.645 s] [INFO] org.eclipse.rcptt.ctx.debug.ui ..................... SUCCESS [ 5.096 s] [INFO] org.eclipse.rcptt.ctx.filesystem.ui ................ SUCCESS [ 5.575 s] [INFO] org.eclipse.rcptt.ctx.group.ui ..................... SUCCESS [ 5.228 s] [INFO] org.eclipse.rcptt.ctx.parameters.ui ................ SUCCESS [ 6.026 s] [INFO] org.eclipse.rcptt.ctx.preferences.ui ............... SUCCESS [ 5.686 s] [INFO] org.eclipse.rcptt.resources.ui ..................... SUCCESS [ 5.503 s] [INFO] org.eclipse.rcptt.ctx.resources.ui ................. SUCCESS [ 5.326 s] [INFO] org.eclipse.rcptt.ctx.script.ui .................... SUCCESS [ 5.151 s] [INFO] org.eclipse.rcptt.ctx.super.ui ..................... SUCCESS [ 5.082 s] [INFO] org.eclipse.rcptt.ctx.workbench.ui ................. SUCCESS [ 6.014 s] [INFO] org.eclipse.rcptt.expandbar.ide .................... SUCCESS [ 4.016 s] [INFO] org.eclipse.rcptt.launching.configuration .......... SUCCESS [ 5.984 s] [INFO] org.eclipse.rcptt.launching.ext.ui ................. SUCCESS [ 8.788 s] [INFO] org.eclipse.rcptt.launching.multiaut.ui ............ SUCCESS [ 5.104 s] [INFO] org.eclipse.rcptt.launching.remote.ui .............. SUCCESS [ 4.922 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 8.501 s] [INFO] org.eclipse.rcptt.search ........................... SUCCESS [ 5.736 s] [INFO] org.eclipse.rcptt.ui.activities .................... SUCCESS [ 7.990 s] [INFO] org.eclipse.rcptt.ui.report ........................ SUCCESS [ 5.780 s] [INFO] rcptt.testing ...................................... SUCCESS [ 0.009 s] [INFO] org.eclipse.rcptt.testing.ecl ...................... SUCCESS [ 5.907 s] [INFO] q7.rcp.verifications ............................... SUCCESS [ 0.011 s] [INFO] org.eclipse.rcptt.verifications.time.ui ............ SUCCESS [ 5.421 s] [INFO] org.eclipse.rcptt.verifications.text.ui ............ SUCCESS [ 5.528 s] [INFO] org.eclipse.rcptt.verifications.tree.ui ............ SUCCESS [ 6.108 s] [INFO] org.eclipse.rcptt.verifications.log.ui ............. SUCCESS [ 5.629 s] [INFO] org.eclipse.rcptt.verifications.resources.ui ....... SUCCESS [ 5.405 s] [INFO] org.eclipse.rcptt.platform ......................... SUCCESS [ 12.768 s] [INFO] org.eclipse.rcptt.help ............................. SUCCESS [ 4.106 s] [INFO] org.eclipse.rcptt.testing .......................... SUCCESS [ 3.475 s] [INFO] org.eclipse.rcptt.testing.repository ............... SUCCESS [ 8.315 s] [INFO] full 2.5.5-SNAPSHOT ................................ SUCCESS [06:11 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19:29 min [INFO] Finished at: 2024-05-31T14:48:50Z [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/ (5.42MB of 12.46MB at 5.41MB/s) [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.32MB of 12.46MB at 6.16MB/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 [ 1.134 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.065 s] [INFO] bundles ............................................ SUCCESS [ 0.012 s] [INFO] core ............................................... SUCCESS [ 0.070 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 16.671 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 4.927 s] [INFO] runtime ............................................ SUCCESS [ 0.013 s] [INFO] rcptt.runtime.contexts ............................. SUCCESS [ 0.015 s] [INFO] org.eclipse.rcptt.ctx.preferences.aspects.rap ...... SUCCESS [ 13.069 s] [INFO] tesla .............................................. SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.tesla.swt.fragment.rap ........... SUCCESS [ 4.981 s] [INFO] org.eclipse.rcptt.tesla.core.am.rap ................ SUCCESS [ 4.861 s] [INFO] org.eclipse.rcptt.tesla.swt.aspects.rap ............ SUCCESS [ 11.045 s] [INFO] org.eclipse.rcptt.tesla.jface.aspects.rap .......... SUCCESS [ 7.392 s] [INFO] org.eclipse.rcptt.tesla.jobs.aspects.rap ........... SUCCESS [ 4.977 s] [INFO] org.eclipse.rcptt.util.swt.rap ..................... SUCCESS [ 6.887 s] [INFO] rcptt.runtime.watson ............................... SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.watson.aspects.jobs.rap .......... SUCCESS [ 5.044 s] [INFO] org.eclipse.rcptt.watson.aspects.swt.rap ........... SUCCESS [ 4.854 s] [INFO] org.eclipse.rcptt.tesla.swt.rap .................... SUCCESS [ 16.815 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.forms.rap SUCCESS [ 4.834 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.jface.rap SUCCESS [ 4.910 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.swt.rap .. SUCCESS [ 7.287 s] [INFO] org.eclipse.rcptt.tesla.recording.aspects.workbench.rap SUCCESS [ 7.570 s] [INFO] org.eclipse.rcptt.tesla.recording.swt.rap .......... SUCCESS [ 7.743 s] [INFO] ecl-tesla .......................................... SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.tesla.ecl.impl.rap ............... SUCCESS [ 9.715 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.aspects.rap ......... SUCCESS [ 4.692 s] [INFO] org.eclipse.rcptt.runtime.ui.rap ................... SUCCESS [ 4.786 s] [INFO] org.eclipse.rcptt.ctx.preferences.impl.rap ......... SUCCESS [ 4.864 s] [INFO] org.eclipse.rcptt.ctx.resources.impl.rap ........... SUCCESS [ 4.809 s] [INFO] org.eclipse.rcptt.ctx.script.impl.rap .............. SUCCESS [ 4.978 s] [INFO] org.eclipse.rcptt.ctx.workbench.impl.rap ........... SUCCESS [ 4.865 s] [INFO] org.eclipse.rcptt.ctx.workbench.aspect.rap ......... SUCCESS [ 7.342 s] [INFO] org.eclipse.rcptt.ctx.parameters.impl.rap .......... SUCCESS [ 4.848 s] [INFO] org.eclipse.rcptt.ctx.filesystem.impl.rap .......... SUCCESS [ 4.983 s] [INFO] org.eclipse.rcptt.ctx.debug.impl.rap ............... SUCCESS [ 4.748 s] [INFO] org.eclipse.rcptt.core.ecl.debug.rap ............... SUCCESS [ 4.930 s] [INFO] org.eclipse.rcptt.forms.impl.rap ................... SUCCESS [ 7.082 s] [INFO] org.eclipse.rcptt.rap.aspects ...................... SUCCESS [ 5.107 s] [INFO] org.eclipse.rcptt.tesla.canvas.rap ................. SUCCESS [ 4.829 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.aspects.rap SUCCESS [ 4.784 s] [INFO] org.eclipse.rcptt.tesla.jface.fragment.rap ......... SUCCESS [ 5.113 s] [INFO] org.eclipse.rcptt.tesla.recording.canvas.rap ....... SUCCESS [ 5.034 s] [INFO] org.eclipse.rcptt.tesla.swt.e3x.rap ................ SUCCESS [ 4.791 s] [INFO] org.eclipse.rcptt.tesla.ui.ide.rap ................. SUCCESS [ 4.750 s] [INFO] org.eclipse.rcptt.tesla.workbench.aspects.rap ...... SUCCESS [ 6.927 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.observable.aspects.rap SUCCESS [ 4.958 s] [INFO] org.eclipse.rcptt.tesla.jface.databinding.rap ...... SUCCESS [ 5.067 s] [INFO] org.eclipse.rcptt.tesla.variables.rap .............. SUCCESS [ 7.057 s] [INFO] rcptt.runtime.verifications ........................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.verifications.tree.impl.rap ...... SUCCESS [ 4.895 s] [INFO] org.eclipse.rcptt.verifications.time.impl.rap ...... SUCCESS [ 4.888 s] [INFO] org.eclipse.rcptt.verifications.log.impl.rap ....... SUCCESS [ 7.175 s] [INFO] org.eclipse.rcptt.verifications.text.impl.rap ...... SUCCESS [ 4.664 s] [INFO] ecl ................................................ SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 7.471 s] [INFO] features ........................................... SUCCESS [ 0.010 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 13.511 s] [INFO] repositories ....................................... SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap 2.5.5-SNAPSHOT SUCCESS [ 10.489 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:41 min [INFO] Finished at: 2024-05-31T14:55:37Z [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/ (3.22MB of 11.27MB at 3.19MB/s) [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.94MB of 11.27MB at 3.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.202405311455 [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.202405311455 [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.202405311455 [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.202405311455 [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 [ 1.169 s] [INFO] rcptt.module.rap ................................... SUCCESS [ 0.068 s] [INFO] bundles ............................................ SUCCESS [ 0.017 s] [INFO] core ............................................... SUCCESS [ 0.009 s] [INFO] org.eclipse.rcptt.tesla.ecl.rap .................... SUCCESS [ 12.400 s] [INFO] org.eclipse.rcptt.tesla.recording.core.ecl.rap ..... SUCCESS [ 4.820 s] [INFO] ecl ................................................ SUCCESS [ 0.008 s] [INFO] org.eclipse.rcptt.ecl.platform.ui.rap .............. SUCCESS [ 7.510 s] [INFO] launching .......................................... SUCCESS [ 0.009 s] [INFO] org.eclipse.rcptt.launching.rap .................... SUCCESS [ 7.315 s] [INFO] org.eclipse.rcptt.launching.rap.ui ................. SUCCESS [ 7.593 s] [INFO] runtime ............................................ SUCCESS [ 0.067 s] [INFO] updates ............................................ SUCCESS [ 0.007 s] [INFO] org.eclipse.rcptt.updates.runtime.rap .............. SUCCESS [ 8.687 s] [INFO] features ........................................... SUCCESS [ 0.013 s] [INFO] org.eclipse.rcptt.runtime.rap ...................... SUCCESS [ 7.181 s] [INFO] org.eclipse.rcptt.launching.rap.feature ............ SUCCESS [ 8.392 s] [INFO] org.eclipse.rcptt.rap.ui.feature ................... SUCCESS [ 4.959 s] [INFO] repositories ....................................... SUCCESS [ 0.009 s] [INFO] org.eclipse.rcptt.runtime-updatesite.rap ........... SUCCESS [ 13.651 s] [INFO] rap 2.5.5-SNAPSHOT ................................. SUCCESS [ 16.082 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:55 min [INFO] Finished at: 2024-05-31T14:58:38Z [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.202405311455 [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 [ 1.119 s] [INFO] rcptt.repository 2.5.5-SNAPSHOT .................... SUCCESS [ 48.687 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:34 min [INFO] Finished at: 2024-05-31T15:00: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/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 31 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 116 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 254 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/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.2 MB/s) [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 768 kB/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 76 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 212 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 262 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 47 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 53 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 376 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 96 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 113 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 105 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 109 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 218 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 24 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 53 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 3.0 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 588 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 112 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 841 kB/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 266 kB/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 133 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 927 kB/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 92 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 346 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 148 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 254 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 133 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 385 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.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 1.3 MB/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/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 329 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.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 407 kB/s) [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 242 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-commons/9.6/asm-commons-9.6.jar (72 kB at 191 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 76 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 86 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 131 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 [ 1.119 s] [INFO] runner ............................................. SUCCESS [ 2.892 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 22.514 s] [INFO] runner.features .................................... SUCCESS [ 0.014 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 5.786 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 7.461 s] [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SUCCESS [ 17.382 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:46 min [INFO] Finished at: 2024-05-31T15:02: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 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 4.1 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 142 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 262 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 206 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 263 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 250 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 169 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 121 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 171 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 575 kB/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 140 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 48 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 237 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-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 551 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 807 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 227 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-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 73 kB/s) [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 248 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] 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 248 kB/s) [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 81 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 112 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 27 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 431 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 92 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 895 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 450 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 160 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.6 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 317 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 234 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 762 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 62 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 387 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.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 161 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 243 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 847 kB/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 117 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 418 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 56 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 285 kB/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 2.6 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 32 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 37 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 11 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 27 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 36 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 52 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 119 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 654 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.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 146 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 497 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 44 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 134 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 150 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 57 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 24 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 328 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 28 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 32 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 43 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 144 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 283 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 133 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 144 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 57 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-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] 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] 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.7 MB/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/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 245 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.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 878 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.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 53 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/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 154 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.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 1.7 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-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 72 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/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 1.6 MB/s) [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 143 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] 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-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar (48 kB at 123 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/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 447 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] 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 75 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.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 139 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] 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 365 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-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.1.1/maven-resolver-api-1.1.1.jar (146 kB at 298 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 306 kB/s) [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 237 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 558 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 744 kB/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 603 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 2.4 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 78 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 40 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 150 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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 85 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.6/maven-error-diagnostics-2.0.6.jar (14 kB at 192 kB/s) [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 288 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.6/maven-reporting-api-2.0.6.jar (9.9 kB at 138 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] 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/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [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-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.7 MB/s) [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-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 60 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.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 213 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 170 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 242 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 849 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 232 kB/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 250 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 276 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 288 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 890 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 18 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 44 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/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 1.3 MB/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 486 kB/s) [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 282 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 4.3 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 75 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 900 kB/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 1.2 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 190 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 36 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 263 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 24 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 599 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 14 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 131 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 781 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.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 151 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 66 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 131 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 63 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 54 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 47 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 487 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 116 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 113 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 92 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 73 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 69 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 71 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 248 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 1.2 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.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 109 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 549 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.7 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/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 771 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/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 274 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 2.4 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/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 228 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/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 2.3 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 635 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.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.8 MB/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.jar [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 315 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.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 1.0 MB/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.jar [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 144 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.jar [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 229 kB/s) [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 115 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.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.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-model/2.0.9/maven-model-2.0.9.jar (87 kB at 312 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/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 31 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 372 kB/s) [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 490 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-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-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 64 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.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-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 110 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] 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 40 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 105 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 39 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.9/maven-repository-metadata-2.0.9.jar (25 kB at 67 kB/s) [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 28 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 52 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 50 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 25 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 22 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-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] 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] 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 240 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 694 kB/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 665 kB/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 2.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 1.8 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 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-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 570 kB/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 409 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 26 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 39 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 34 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 36 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 76 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 54 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 72 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 107 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 26 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 917 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 35 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 116 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 122 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 342 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 56 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 46 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-beta-6/wagon-provider-api-1.0-beta-6.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/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] 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 1.5 MB/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 2.7 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-commons/7.0/asm-commons-7.0.jar (80 kB at 768 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-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 225 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] 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] 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 439 kB/s) [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 450 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.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] 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 238 kB/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/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 1.6 MB/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 211 kB/s) [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/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] 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.1 MB/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/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 200 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.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 61 kB/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/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 245 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 256 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] 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 530 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.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.8 MB/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/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/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 508 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 112 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 479 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 662 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 [ 5.402 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 14.697 s] [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SUCCESS [ 13.529 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34.215 s [INFO] Finished at: 2024-05-31T15:02:48Z [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=202405311411 + 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 761 B/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 7.0 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 5.8 kB/s) [INFO] [INFO] -------------------< org.eclipse.rcptt.tests:tests >-------------------- [INFO] Building tests 2.5.5-SNAPSHOT [INFO] -----------------------------[ rcpttTest ]------------------------------ [INFO] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [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] 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 2.7 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 48 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 71 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 515 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 252 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 58 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 205 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 77 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 79 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 318 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 518 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 313 kB/s) [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] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/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 3.4 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 74 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 391 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 97 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 72 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 1.5 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 26 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 149 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.3 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 9.8 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 60 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 36 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 20 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 126 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 47 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 181 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 32 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 33 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 20 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 28 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 13 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 16 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 46 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 91 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 161 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 201 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 97 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 3.7 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 29 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 87 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 12 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 28 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 25 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 49 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 169 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 557 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 77 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 32 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 256 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 9.0 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 253 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 33 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 34 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 71 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 23 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 48 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 98 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 66 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.1 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 54 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 15 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 21 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 13 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 19 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 97 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 24 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 156 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 35 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 43 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 20 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 12 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 12 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 8.8 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 25 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 22 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 24 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 21 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 26 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 17 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 11 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 7.5 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 8.3 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 139 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 35 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/commons-io/commons-io/1.4/commons-io-1.4.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/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-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-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-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/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-archiver/2.3/plexus-archiver-2.3.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-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-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-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-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/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 240 kB/s) [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 321 kB/s) [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 530 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] 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] 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/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 52 kB/s) [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 241 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] 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] 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 532 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.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/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 79 kB/s) [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 420 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] 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/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 177 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] 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 183 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-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 67 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/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 128 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/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 126 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 586 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/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 130 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/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 61 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/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 76 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/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 119 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/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 623 kB/s) [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 145 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 71 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 66 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 141 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' '9237' '-skipTags' 'skipExecution;skipLinux' [INFO] The execution timeout is set to 28800 seconds [INFO] !SESSION 2024-05-31 15:15:26.051 ----------------------------------------------- [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 9237 -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 9237 -skipTags skipExecution;skipLinux [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-05-31 15:15:34.846 [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 Fri May 31 15:15:35 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-31 15:15:56.151 [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: 1717168538067.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-31 15:15:56.152 [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-31 15:15:56.153 [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-31 15:15:56.763 [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-31 15:15:56.770 [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-31 15:15:57.651 [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-31 15:15:57.656 [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-31 15:15:58.261 [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-31 15:15:58.263 [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-31 15:16:06.275 [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-31 15:16:06.347 [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-31 15:16:07.152 [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-31 15:16:07.258 [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-31 15:16:07.341 [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-31 15:16:07.341 [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-31 15:16:07.342 [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-31 15:16:07.342 [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-31 15:16:07.444 [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-31 15:16:07.453 [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-31 15:16:07.453 [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-31 15:16:07.546 [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-31 15:16:07.552 [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-31 15:16:07.643 [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-31 15:16:07.648 [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-31 15:16:07.746 [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-31 15:16:07.747 [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-31 15:16:07.847 [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-31 15:16:07.853 [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-31 15:16:07.859 [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-31 15:16:07.948 [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-31 15:16:07.954 [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-31 15:16:08.057 [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-31 15:16:08.150 [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-31 15:16:08.243 [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-31 15:16:08.250 [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-31 15:16:08.353 [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-31 15:16:08.447 [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-31 15:16:08.543 [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-31 15:16:08.554 [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-31 15:16:08.555 [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-31 15:16:08.641 [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-31 15:16:08.751 [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-31 15:16:08.752 [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-31 15:16:08.752 [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-31 15:16:08.846 [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-31 15:16:08.861 [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-31 15:16:08.953 [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-31 15:16:09.048 [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-31 15:16:09.048 [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-31 15:16:09.049 [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-31 15:16:09.049 [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-31 15:16:09.148 [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-31 15:16:09.148 [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-31 15:16:09.162 [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-31 15:16:09.248 [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-31 15:16:09.351 [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-31 15:16:09.351 [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-31 15:16:09.352 [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-31 15:16:09.452 [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-31 15:16:09.452 [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-31 15:16:09.544 [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-31 15:16:09.550 [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-31 15:16:09.555 [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-31 15:16:09.646 [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-31 15:16:10.235 [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-31 15:16:10.272 [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-31 15:16:10.569 [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-31 15:16:10.578 [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-31 15:16:10.757 [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-31 15:16:10.851 [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-31 15:16:10.858 [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-31 15:16:10.858 [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-31 15:16:10.858 [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-31 15:16:10.859 [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-31 15:16:11.156 [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-31 15:16:16.564 [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-31 15:16:16.565 [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-31 15:16:16.863 [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-31 15:16:16.943 [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-31 15:16:17.067 [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-31 15:16:17.148 [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-31 15:16:17.158 [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-31 15:16:36.678 [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-31 15:16:41.460 [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-31 15:16:41.468 [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-31 15:16:41.468 [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-31 15:17:40.047 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_0: AUT JVM arguments is set to : [-Xms200m, -Xmx2G, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Xmx3G, -Dq7id=bd8463f2-b570-4258-83ea-a0f49f402c92, -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=bd8463f2-b570-4258-83ea-a0f49f402c92 [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-31 15:17:40.352 [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-31 15:18:32.545 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:18:34.350 [INFO] !MESSAGE [AUT-0] Starting: 442980_ClassCastExceptions.test (0 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:22:37.176 [INFO] !MESSAGE [AUT-0] Finished: 442980_ClassCastExceptions.test in 239101 (0 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:22:37.183 [INFO] !MESSAGE [AUT-0] Starting: ActivateWorkingSetViaProjectExplorerViewMenu.test (1 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:22:37.261 [INFO] !MESSAGE Pass 1 (774) processed. 0 failed. spent: 4:02, 1037:54 mins remaining. 442980_ClassCastExceptions. time: 239101ms [INFO] Pass 1 (774) processed. 0 failed. spent: 4:02, 1037:54 mins remaining. 442980_ClassCastExceptions. time: 239101ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:23:13.559 [INFO] !MESSAGE [AUT-0] Finished: ActivateWorkingSetViaProjectExplorerViewMenu.test in 32400 (1 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:23:13.565 [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-31 15:23:13.574 [INFO] !MESSAGE Pass 2 (774) processed. 0 failed. spent: 4:39, 896:17 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 32400ms [INFO] Pass 2 (774) processed. 0 failed. spent: 4:39, 896:17 mins remaining. ActivateWorkingSetViaProjectExplorerViewMenu. time: 32400ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:23:39.350 [INFO] !MESSAGE [AUT-0] Finished: Add Folder In Workspace Context.test in 23777 (2 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:23:39.354 [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-31 15:23:39.367 [INFO] !MESSAGE Pass 3 (774) processed. 0 failed. spent: 5:05, 782:50 mins remaining. Add Folder In Workspace Context. time: 23777ms [INFO] Pass 3 (774) processed. 0 failed. spent: 5:05, 782:50 mins remaining. Add Folder In Workspace Context. time: 23777ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:23:58.978 [INFO] !MESSAGE [AUT-0] Finished: Add Project To Workspace Context.test in 17475 (3 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:23:58.982 [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-31 15:23:59.050 [INFO] !MESSAGE Pass 4 (774) processed. 0 failed. spent: 5:24, 692:06 mins remaining. Add Project To Workspace Context. time: 17475ms [INFO] Pass 4 (774) processed. 0 failed. spent: 5:24, 692:06 mins remaining. Add Project To Workspace Context. time: 17475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:24:14.559 [INFO] !MESSAGE [AUT-0] Finished: Add folder_file buttons should be disabled if no project selected.test in 13811 (4 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:24:14.565 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveEditorsInWBContext.test (5 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:24:14.571 [INFO] !MESSAGE Pass 5 (774) processed. 0 failed. spent: 5:40, 621:42 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 13811ms [INFO] Pass 5 (774) processed. 0 failed. spent: 5:40, 621:42 mins remaining. Add folder/file buttons should be disabled if no project selected. time: 13811ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:25:01.664 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveEditorsInWBContext.test in 44651 (5 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:25:01.668 [INFO] !MESSAGE [AUT-0] Starting: AddAndRemoveViewsInWBContext.test (6 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:25:01.753 [INFO] !MESSAGE Pass 6 (774) processed. 0 failed. spent: 6:27, 618:23 mins remaining. AddAndRemoveEditorsInWBContext. time: 44651ms [INFO] Pass 6 (774) processed. 0 failed. spent: 6:27, 618:23 mins remaining. AddAndRemoveEditorsInWBContext. time: 44651ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:25:47.334 [INFO] !MESSAGE [AUT-0] Finished: AddAndRemoveViewsInWBContext.test in 43816 (6 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:25:47.343 [INFO] !MESSAGE [AUT-0] Starting: AddContextFromControlPanel.test (7 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:25:47.371 [INFO] !MESSAGE Pass 7 (774) processed. 0 failed. spent: 7:13, 614:13 mins remaining. AddAndRemoveViewsInWBContext. time: 43816ms [INFO] Pass 7 (774) processed. 0 failed. spent: 7:13, 614:13 mins remaining. AddAndRemoveViewsInWBContext. time: 43816ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:26:14.117 [INFO] !MESSAGE [AUT-0] Finished: AddContextFromControlPanel.test in 24207 (7 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:26:14.122 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContext.test (8 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:26:14.153 [INFO] !MESSAGE Pass 8 (774) processed. 0 failed. spent: 7:39, 585:13 mins remaining. AddContextFromControlPanel. time: 24207ms [INFO] Pass 8 (774) processed. 0 failed. spent: 7:39, 585:13 mins remaining. AddContextFromControlPanel. time: 24207ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:26:33.189 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContext.test in 17293 (8 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:26:33.192 [INFO] !MESSAGE [AUT-0] Starting: AddContextToDefaultContextByDragDrop.test (9 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:26:33.273 [INFO] !MESSAGE Pass 9 (774) processed. 0 failed. spent: 7:58, 553:19 mins remaining. AddContextToDefaultContext. time: 17293ms [INFO] Pass 9 (774) processed. 0 failed. spent: 7:58, 553:19 mins remaining. AddContextToDefaultContext. time: 17293ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:26:58.242 [INFO] !MESSAGE [AUT-0] Finished: AddContextToDefaultContextByDragDrop.test in 23212 (9 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:26:58.246 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContext.test (10 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:26:58.266 [INFO] !MESSAGE Pass 10 (774) processed. 0 failed. spent: 8:23, 533:02 mins remaining. AddContextToDefaultContextByDragDrop. time: 23212ms [INFO] Pass 10 (774) processed. 0 failed. spent: 8:23, 533:02 mins remaining. AddContextToDefaultContextByDragDrop. time: 23212ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:27:15.751 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContext.test in 15619 (10 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:27:15.754 [INFO] !MESSAGE [AUT-0] Starting: AddContextToGroupContextFromAnotherProject.test (11 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:27:15.785 [INFO] !MESSAGE Pass 11 (774) processed. 0 failed. spent: 8:41, 508:58 mins remaining. AddContextToGroupContext. time: 15619ms [INFO] Pass 11 (774) processed. 0 failed. spent: 8:41, 508:58 mins remaining. AddContextToGroupContext. time: 15619ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:27:36.226 [INFO] !MESSAGE [AUT-0] Finished: AddContextToGroupContextFromAnotherProject.test in 18948 (11 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:27:36.231 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTest.test (12 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:27:36.259 [INFO] !MESSAGE Pass 12 (774) processed. 0 failed. spent: 9:01, 490:07 mins remaining. AddContextToGroupContextFromAnotherProject. time: 18948ms [INFO] Pass 12 (774) processed. 0 failed. spent: 9:01, 490:07 mins remaining. AddContextToGroupContextFromAnotherProject. time: 18948ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:27:56.221 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTest.test in 18194 (12 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:27:56.224 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop.test (13 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:27:56.280 [INFO] !MESSAGE Pass 13 (774) processed. 0 failed. spent: 9:21, 473:44 mins remaining. AddContextToTest. time: 18194ms [INFO] Pass 13 (774) processed. 0 failed. spent: 9:21, 473:44 mins remaining. AddContextToTest. time: 18194ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:28:12.700 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop.test in 14688 (13 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:28:12.703 [INFO] !MESSAGE [AUT-0] Starting: AddContextToTestByDragDrop_TC2.test (14 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:28:12.743 [INFO] !MESSAGE Pass 14 (774) processed. 0 failed. spent: 9:38, 456:58 mins remaining. AddContextToTestByDragDrop. time: 14688ms [INFO] Pass 14 (774) processed. 0 failed. spent: 9:38, 456:58 mins remaining. AddContextToTestByDragDrop. time: 14688ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:28:35.201 [INFO] !MESSAGE [AUT-0] Finished: AddContextToTestByDragDrop_TC2.test in 20866 (14 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:28:35.205 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToDefaultContext.test (15 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:28:35.267 [INFO] !MESSAGE Pass 15 (774) processed. 0 failed. spent: 10:00, 445:52 mins remaining. AddContextToTestByDragDrop_TC2. time: 20866ms [INFO] Pass 15 (774) processed. 0 failed. spent: 10:00, 445:52 mins remaining. AddContextToTestByDragDrop_TC2. time: 20866ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:29:00.243 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToDefaultContext.test in 23430 (15 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:29:00.246 [INFO] !MESSAGE [AUT-0] Starting: AddDescriptionToTestSuite.test (16 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:29:00.298 [INFO] !MESSAGE Pass 16 (774) processed. 0 failed. spent: 10:25, 438:04 mins remaining. AddDescriptionToDefaultContext. time: 23430ms [INFO] Pass 16 (774) processed. 0 failed. spent: 10:25, 438:04 mins remaining. AddDescriptionToDefaultContext. time: 23430ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:29:17.683 [INFO] !MESSAGE [AUT-0] Finished: AddDescriptionToTestSuite.test in 15400 (16 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:29:17.687 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateFolderWithTestsToTestSuite.test (17 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:29:17.759 [INFO] !MESSAGE Pass 17 (774) processed. 0 failed. spent: 10:43, 426:24 mins remaining. AddDescriptionToTestSuite. time: 15400ms [INFO] Pass 17 (774) processed. 0 failed. spent: 10:43, 426:24 mins remaining. AddDescriptionToTestSuite. time: 15400ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:29:34.231 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateFolderWithTestsToTestSuite.test in 14958 (17 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:29:34.234 [INFO] !MESSAGE [AUT-0] Starting: AddDuplicateTestsToTestSuite.test (18 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:29:34.277 [INFO] !MESSAGE Pass 18 (774) processed. 0 failed. spent: 10:59, 414:37 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 14958ms [INFO] Pass 18 (774) processed. 0 failed. spent: 10:59, 414:37 mins remaining. AddDuplicateTestsFromFolderToTestSuite. time: 14958ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:29:48.368 [INFO] !MESSAGE [AUT-0] Finished: AddDuplicateTestsToTestSuite.test in 11973 (18 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:29:48.442 [INFO] !MESSAGE Pass 19 (774) processed. 0 failed. spent: 11:14, 424:03 mins remaining. AddDuplicateTestsToTestSuite. time: 11973ms [INFO] Pass 19 (774) processed. 0 failed. spent: 11:14, 424:03 mins remaining. AddDuplicateTestsToTestSuite. time: 11973ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:29:48.442 [INFO] !MESSAGE [AUT-0] Starting: AddExistentTagToSingleElement.test (19 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:30:06.981 [INFO] !MESSAGE [AUT-0] Finished: AddExistentTagToSingleElement.test in 16846 (19 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:30:06.985 [INFO] !MESSAGE [AUT-0] Starting: AddFilesToFolderContext.test (20 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:30:07.062 [INFO] !MESSAGE Pass 20 (774) processed. 0 failed. spent: 11:32, 394:45 mins remaining. AddExistentTagToSingleElement. time: 16846ms [INFO] Pass 20 (774) processed. 0 failed. spent: 11:32, 394:45 mins remaining. AddExistentTagToSingleElement. time: 16846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:30:35.766 [INFO] !MESSAGE [AUT-0] Finished: AddFilesToFolderContext.test in 26992 (20 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:30:35.772 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInContext.test (21 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:30:35.861 [INFO] !MESSAGE Pass 21 (774) processed. 0 failed. spent: 12:01, 392:53 mins remaining. AddFilesToFolderContext. time: 26992ms [INFO] Pass 21 (774) processed. 0 failed. spent: 12:01, 392:53 mins remaining. AddFilesToFolderContext. time: 26992ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:31:00.350 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInContext.test in 22401 (21 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:31:00.354 [INFO] !MESSAGE [AUT-0] Starting: AddFolderInTestSuite.test (22 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:31:00.398 [INFO] !MESSAGE Pass 22 (774) processed. 0 failed. spent: 12:26, 389:03 mins remaining. AddFolderInContext. time: 22401ms [INFO] Pass 22 (774) processed. 0 failed. spent: 12:26, 389:03 mins remaining. AddFolderInContext. time: 22401ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:31:30.423 [INFO] !MESSAGE [AUT-0] Finished: AddFolderInTestSuite.test in 28453 (22 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:31:30.426 [INFO] !MESSAGE [AUT-0] Starting: AddFolderToFolderContext.test (23 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:31:30.447 [INFO] !MESSAGE Pass 23 (774) processed. 0 failed. spent: 12:56, 388:00 mins remaining. AddFolderInTestSuite. time: 28453ms [INFO] Pass 23 (774) processed. 0 failed. spent: 12:56, 388:00 mins remaining. AddFolderInTestSuite. time: 28453ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:31:56.363 [INFO] !MESSAGE [AUT-0] Finished: AddFolderToFolderContext.test in 24305 (23 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:31:56.366 [INFO] !MESSAGE [AUT-0] Starting: AddFolderWithTestsToTestSuite.test (24 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:31:56.376 [INFO] !MESSAGE Pass 24 (774) processed. 0 failed. spent: 13:22, 385:03 mins remaining. AddFolderToFolderContext. time: 24305ms [INFO] Pass 24 (774) processed. 0 failed. spent: 13:22, 385:03 mins remaining. AddFolderToFolderContext. time: 24305ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:32:14.434 [INFO] !MESSAGE [AUT-0] Finished: AddFolderWithTestsToTestSuite.test in 16395 (24 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:32:14.437 [INFO] !MESSAGE [AUT-0] Starting: AddNewAUTConfiguration.test (25 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:32:14.445 [INFO] !MESSAGE Pass 25 (774) processed. 0 failed. spent: 13:40, 378:37 mins remaining. AddFolderWithTestsToTestSuite. time: 16395ms [INFO] Pass 25 (774) processed. 0 failed. spent: 13:40, 378:37 mins remaining. AddFolderWithTestsToTestSuite. time: 16395ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:32:40.931 [INFO] !MESSAGE [AUT-0] Finished: AddNewAUTConfiguration.test in 24718 (25 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:32:40.934 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToProject.test (26 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:32:40.975 [INFO] !MESSAGE Pass 26 (774) processed. 0 failed. spent: 14:06, 376:10 mins remaining. AddNewAUTConfiguration. time: 24718ms [INFO] Pass 26 (774) processed. 0 failed. spent: 14:06, 376:10 mins remaining. AddNewAUTConfiguration. time: 24718ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:33:04.367 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToProject.test in 22165 (26 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:33:04.370 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToResourceGroup.test (27 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:33:04.401 [INFO] !MESSAGE Pass 27 (774) processed. 0 failed. spent: 14:30, 373:00 mins remaining. AddNewTagToProject. time: 22165ms [INFO] Pass 27 (774) processed. 0 failed. spent: 14:30, 373:00 mins remaining. AddNewTagToProject. time: 22165ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:33:31.334 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToResourceGroup.test in 25195 (27 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:33:31.337 [INFO] !MESSAGE [AUT-0] Starting: AddNewTagToSingleElement.test (28 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:33:31.366 [INFO] !MESSAGE Pass 28 (774) processed. 0 failed. spent: 14:57, 371:15 mins remaining. AddNewTagToResourceGroup. time: 25195ms [INFO] Pass 28 (774) processed. 0 failed. spent: 14:57, 371:15 mins remaining. AddNewTagToResourceGroup. time: 25195ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:33:48.793 [INFO] !MESSAGE [AUT-0] Finished: AddNewTagToSingleElement.test in 16021 (28 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:33:48.797 [INFO] !MESSAGE [AUT-0] Starting: AddProjectInContext.test (29 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:33:48.888 [INFO] !MESSAGE Pass 29 (774) processed. 0 failed. spent: 15:14, 365:36 mins remaining. AddNewTagToSingleElement. time: 16021ms [INFO] Pass 29 (774) processed. 0 failed. spent: 15:14, 365:36 mins remaining. AddNewTagToSingleElement. time: 16021ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:34:29.862 [INFO] !MESSAGE [AUT-0] Finished: AddProjectInContext.test in 39659 (29 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:34:29.865 [INFO] !MESSAGE [AUT-0] Starting: AddReferenceAtAddingContextToTest.test (30 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:34:29.867 [INFO] !MESSAGE Pass 30 (774) processed. 0 failed. spent: 15:55, 369:33 mins remaining. AddProjectInContext. time: 39659ms [INFO] Pass 30 (774) processed. 0 failed. spent: 15:55, 369:33 mins remaining. AddProjectInContext. time: 39659ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:34:49.372 [INFO] !MESSAGE [AUT-0] Finished: AddReferenceAtAddingContextToTest.test in 17878 (30 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:34:49.375 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralExistentTagsToFolder.test (31 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:34:49.389 [INFO] !MESSAGE Pass 31 (774) processed. 0 failed. spent: 16:15, 365:22 mins remaining. AddReferenceAtAddingContextToTest. time: 17878ms [INFO] Pass 31 (774) processed. 0 failed. spent: 16:15, 365:22 mins remaining. AddReferenceAtAddingContextToTest. time: 17878ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:35:14.480 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralExistentTagsToFolder.test in 23024 (31 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:35:14.484 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (32 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:35:14.541 [INFO] !MESSAGE Pass 32 (774) processed. 0 failed. spent: 16:40, 363:14 mins remaining. AddSeveralExistentTagsToFolder. time: 23024ms [INFO] Pass 32 (774) processed. 0 failed. spent: 16:40, 363:14 mins remaining. AddSeveralExistentTagsToFolder. time: 23024ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:35:29.971 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 13676 (32 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:35:29.975 [INFO] !MESSAGE [AUT-0] Starting: AddSeveralPreferenceValuesInContext.test (33 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:35:30.059 [INFO] !MESSAGE Pass 33 (774) processed. 0 failed. spent: 16:55, 357:40 mins remaining. AddSeveralPreferenceValuesInContext. time: 13676ms [INFO] Pass 33 (774) processed. 0 failed. spent: 16:55, 357:40 mins remaining. AddSeveralPreferenceValuesInContext. time: 13676ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:35:43.944 [INFO] !MESSAGE [AUT-0] Finished: AddSeveralPreferenceValuesInContext.test in 12216 (33 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:35:43.947 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (34 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:35:43.975 [INFO] !MESSAGE Pass 34 (774) processed. 0 failed. spent: 17:09, 352:03 mins remaining. AddSeveralPreferenceValuesInContext. time: 12216ms [INFO] Pass 34 (774) processed. 0 failed. spent: 17:09, 352:03 mins remaining. AddSeveralPreferenceValuesInContext. time: 12216ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:36:01.981 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 16543 (34 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:36:01.984 [INFO] !MESSAGE [AUT-0] Starting: AddSinglePreferenceValueInContext.test (35 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:36:02.005 [INFO] !MESSAGE Pass 35 (774) processed. 0 failed. spent: 17:27, 348:03 mins remaining. AddSinglePreferenceValueInContext. time: 16543ms [INFO] Pass 35 (774) processed. 0 failed. spent: 17:27, 348:03 mins remaining. AddSinglePreferenceValueInContext. time: 16543ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:36:19.976 [INFO] !MESSAGE [AUT-0] Finished: AddSinglePreferenceValueInContext.test in 16317 (35 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:36:19.980 [INFO] !MESSAGE [AUT-0] Starting: AddSpecificSymbolsToTestSuiteDescription.test (36 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:36:20.027 [INFO] !MESSAGE Pass 36 (774) processed. 0 failed. spent: 17:45, 344:15 mins remaining. AddSinglePreferenceValueInContext. time: 16317ms [INFO] Pass 36 (774) processed. 0 failed. spent: 17:45, 344:15 mins remaining. AddSinglePreferenceValueInContext. time: 16317ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:36:40.108 [INFO] !MESSAGE [AUT-0] Finished: AddSpecificSymbolsToTestSuiteDescription.test in 18491 (36 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:36:40.111 [INFO] !MESSAGE [AUT-0] Starting: AddTagToContextWhenEditorIsOpened.test (37 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:36:40.159 [INFO] !MESSAGE Pass 37 (774) processed. 0 failed. spent: 18:05, 341:15 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 18491ms [INFO] Pass 37 (774) processed. 0 failed. spent: 18:05, 341:15 mins remaining. AddSpecificSymbolsToTestSuiteDescription. time: 18491ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:36:58.655 [INFO] !MESSAGE [AUT-0] Finished: AddTagToContextWhenEditorIsOpened.test in 16739 (37 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:36:58.658 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestCaseWhenEditorIsOpened.test (38 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:36:58.681 [INFO] !MESSAGE Pass 38 (774) processed. 0 failed. spent: 18:24, 338:06 mins remaining. AddTagToContextWhenEditorIsOpened. time: 16739ms [INFO] Pass 38 (774) processed. 0 failed. spent: 18:24, 338:06 mins remaining. AddTagToContextWhenEditorIsOpened. time: 16739ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:37:17.585 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestCaseWhenEditorIsOpened.test in 17330 (38 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:37:17.588 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuite.test (39 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:37:17.653 [INFO] !MESSAGE Pass 39 (774) processed. 0 failed. spent: 18:43, 335:04 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 17330ms [INFO] Pass 39 (774) processed. 0 failed. spent: 18:43, 335:04 mins remaining. AddTagToTestCaseWhenEditorIsOpened. time: 17330ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:37:33.591 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuite.test in 14111 (39 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:37:33.596 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteInSuiteEditor.test (40 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:37:33.673 [INFO] !MESSAGE Pass 40 (774) processed. 0 failed. spent: 18:59, 331:18 mins remaining. AddTagToTestSuite. time: 14111ms [INFO] Pass 40 (774) processed. 0 failed. spent: 18:59, 331:18 mins remaining. AddTagToTestSuite. time: 14111ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:37:55.123 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteInSuiteEditor.test in 19758 (40 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:37:55.126 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteViaQ7Explorer.test (41 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:37:55.197 [INFO] !MESSAGE Pass 41 (774) processed. 0 failed. spent: 19:20, 329:06 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 19758ms [INFO] Pass 41 (774) processed. 0 failed. spent: 19:20, 329:06 mins remaining. AddTagToTestSuiteInSuiteEditor. time: 19758ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:38:15.125 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteViaQ7Explorer.test in 18460 (41 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:38:15.128 [INFO] !MESSAGE [AUT-0] Starting: AddTagToTestSuiteWhenEditorIsOpened.test (42 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:38:15.162 [INFO] !MESSAGE Pass 42 (774) processed. 0 failed. spent: 19:40, 326:44 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 18460ms [INFO] Pass 42 (774) processed. 0 failed. spent: 19:40, 326:44 mins remaining. AddTagToTestSuiteViaQ7Explorer. time: 18460ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:38:32.608 [INFO] !MESSAGE [AUT-0] Finished: AddTagToTestSuiteWhenEditorIsOpened.test in 15829 (42 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:38:32.611 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToEclContext.test (43 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:38:32.683 [INFO] !MESSAGE Pass 43 (774) processed. 0 failed. spent: 19:58, 323:54 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 15829ms [INFO] Pass 43 (774) processed. 0 failed. spent: 19:58, 323:54 mins remaining. AddTagToTestSuiteWhenEditorIsOpened. time: 15829ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:38:53.126 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToEclContext.test in 18564 (43 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:38:53.130 [INFO] !MESSAGE [AUT-0] Starting: AddTaskToScriptEditor.test (44 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:38:53.147 [INFO] !MESSAGE Pass 44 (774) processed. 0 failed. spent: 20:18, 321:42 mins remaining. AddTaskToEclContext. time: 18564ms [INFO] Pass 44 (774) processed. 0 failed. spent: 20:18, 321:42 mins remaining. AddTaskToEclContext. time: 18564ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:39:12.221 [INFO] !MESSAGE [AUT-0] Finished: AddTaskToScriptEditor.test in 17040 (44 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:39:12.224 [INFO] !MESSAGE [AUT-0] Starting: AddTestCaseToTestSuite.test (45 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:39:12.268 [INFO] !MESSAGE Pass 45 (774) processed. 0 failed. spent: 20:37, 319:20 mins remaining. AddTaskToScriptEditor. time: 17040ms [INFO] Pass 45 (774) processed. 0 failed. spent: 20:37, 319:20 mins remaining. AddTaskToScriptEditor. time: 17040ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:39:30.750 [INFO] !MESSAGE [AUT-0] Finished: AddTestCaseToTestSuite.test in 17017 (45 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:39:30.768 [INFO] !MESSAGE [AUT-0] Starting: AddTestInTestSuite.test (46 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:39:30.789 [INFO] !MESSAGE Pass 46 (774) processed. 0 failed. spent: 20:56, 317:03 mins remaining. AddTestCaseToTestSuite. time: 17017ms [INFO] Pass 46 (774) processed. 0 failed. spent: 20:56, 317:03 mins remaining. AddTestCaseToTestSuite. time: 17017ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:39:54.855 [INFO] !MESSAGE [AUT-0] Finished: AddTestInTestSuite.test in 22441 (46 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:39:54.858 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuite.test (47 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:39:54.859 [INFO] !MESSAGE Pass 47 (774) processed. 0 failed. spent: 21:20, 316:04 mins remaining. AddTestInTestSuite. time: 22441ms [INFO] Pass 47 (774) processed. 0 failed. spent: 21:20, 316:04 mins remaining. AddTestInTestSuite. time: 22441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:40:37.864 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuite.test in 41643 (47 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:40:37.867 [INFO] !MESSAGE [AUT-0] Starting: AddTestSuiteToTestSuiteByDragDrop.test (48 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:40:37.869 [INFO] !MESSAGE Pass 48 (774) processed. 0 failed. spent: 22:03, 319:43 mins remaining. AddTestSuiteToTestSuite. time: 41643ms [INFO] Pass 48 (774) processed. 0 failed. spent: 22:03, 319:43 mins remaining. AddTestSuiteToTestSuite. time: 41643ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:41:22.587 [INFO] !MESSAGE [AUT-0] Finished: AddTestSuiteToTestSuiteByDragDrop.test in 42798 (48 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:41:22.590 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToSuiteByDragDrop.test (49 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:41:22.642 [INFO] !MESSAGE Pass 49 (774) processed. 0 failed. spent: 22:48, 323:40 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 42798ms [INFO] Pass 49 (774) processed. 0 failed. spent: 22:48, 323:40 mins remaining. AddTestSuiteToTestSuiteByDragDrop. time: 42798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:41:45.188 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToSuiteByDragDrop.test in 21059 (49 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:41:45.190 [INFO] !MESSAGE [AUT-0] Starting: AddTestsToTestSuiteByDragDropFromExecutionView.test (50 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:41:45.267 [INFO] !MESSAGE Pass 50 (774) processed. 0 failed. spent: 23:10, 322:06 mins remaining. AddTestsToSuiteByDragDrop. time: 21059ms [INFO] Pass 50 (774) processed. 0 failed. spent: 23:10, 322:06 mins remaining. AddTestsToSuiteByDragDrop. time: 21059ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:42:09.221 [INFO] !MESSAGE [AUT-0] Finished: AddTestsToTestSuiteByDragDropFromExecutionView.test in 22525 (50 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:42:09.223 [INFO] !MESSAGE [AUT-0] Starting: AddVerificationIntoTestCase.test (51 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:42:09.248 [INFO] !MESSAGE Pass 51 (774) processed. 0 failed. spent: 23:34, 321:02 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 22525ms [INFO] Pass 51 (774) processed. 0 failed. spent: 23:34, 321:02 mins remaining. AddTestsToTestSuiteByDragDropFromExecutionView. time: 22525ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:42:37.302 [INFO] !MESSAGE [AUT-0] Finished: AddVerificationIntoTestCase.test in 26505 (51 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:42:37.306 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_NOT.test (52 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:42:37.378 [INFO] !MESSAGE Pass 52 (774) processed. 0 failed. spent: 24:03, 321:06 mins remaining. AddVerificationIntoTestCase. time: 26505ms [INFO] Pass 52 (774) processed. 0 failed. spent: 24:03, 321:06 mins remaining. AddVerificationIntoTestCase. time: 26505ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:42:49.342 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_NOT.test in 10458 (52 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:42:49.344 [INFO] !MESSAGE [AUT-0] Starting: AddWithTag_OR.test (53 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:42:49.392 [INFO] !MESSAGE Pass 53 (774) processed. 0 failed. spent: 24:15, 317:27 mins remaining. AddWithTag_NOT. time: 10458ms [INFO] Pass 53 (774) processed. 0 failed. spent: 24:15, 317:27 mins remaining. AddWithTag_NOT. time: 10458ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:00.262 [INFO] !MESSAGE [AUT-0] Finished: AddWithTag_OR.test in 9363 (53 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:00.265 [INFO] !MESSAGE [AUT-0] Starting: AddWithTags_AND.test (54 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:43:00.304 [INFO] !MESSAGE Pass 54 (774) processed. 0 failed. spent: 24:25, 313:29 mins remaining. AddWithTag_OR. time: 9363ms [INFO] Pass 54 (774) processed. 0 failed. spent: 24:25, 313:29 mins remaining. AddWithTag_OR. time: 9363ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:11.180 [INFO] !MESSAGE [AUT-0] Finished: AddWithTags_AND.test in 9473 (54 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:11.183 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextAddButton.test (55 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:43:11.216 [INFO] !MESSAGE Pass 55 (774) processed. 0 failed. spent: 24:36, 309:52 mins remaining. AddWithTags_AND. time: 9473ms [INFO] Pass 55 (774) processed. 0 failed. spent: 24:36, 309:52 mins remaining. AddWithTags_AND. time: 9473ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:26.710 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextAddButton.test in 14086 (55 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:26.714 [INFO] !MESSAGE [AUT-0] Starting: AddingParameterIntoParametersContextCellClicking.test (56 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:43:26.768 [INFO] !MESSAGE Pass 56 (774) processed. 0 failed. spent: 24:52, 307:24 mins remaining. AddingParameterIntoParametersContextAddButton. time: 14086ms [INFO] Pass 56 (774) processed. 0 failed. spent: 24:52, 307:24 mins remaining. AddingParameterIntoParametersContextAddButton. time: 14086ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:41.128 [INFO] !MESSAGE [AUT-0] Finished: AddingParameterIntoParametersContextCellClicking.test in 12902 (56 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:41.131 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptions.test (57 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:43:41.182 [INFO] !MESSAGE Pass 57 (774) processed. 0 failed. spent: 25:06, 304:36 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 12902ms [INFO] Pass 57 (774) processed. 0 failed. spent: 25:06, 304:36 mins remaining. AddingParameterIntoParametersContextCellClicking. time: 12902ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:54.984 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptions.test in 12347 (57 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:43:54.986 [INFO] !MESSAGE [AUT-0] Starting: AdvancedOptionsFocus.test (58 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:43:55.042 [INFO] !MESSAGE Pass 58 (774) processed. 0 failed. spent: 25:20, 301:53 mins remaining. AdvancedOptions. time: 12347ms [INFO] Pass 58 (774) processed. 0 failed. spent: 25:20, 301:53 mins remaining. AdvancedOptions. time: 12347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:44:02.327 [INFO] !MESSAGE [AUT-0] Finished: AdvancedOptionsFocus.test in 6164 (58 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:44:02.330 [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-31 15:44:02.350 [INFO] !MESSAGE Pass 59 (774) processed. 0 failed. spent: 25:28, 298:05 mins remaining. AdvancedOptionsFocus. time: 6164ms [INFO] Pass 59 (774) processed. 0 failed. spent: 25:28, 298:05 mins remaining. AdvancedOptionsFocus. time: 6164ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:44:35.713 [INFO] !MESSAGE [AUT-0] Finished: Allow_Not Alow Uncaptured Children.test in 31846 (59 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:44:35.716 [INFO] !MESSAGE [AUT-0] Starting: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test (60 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:44:35.744 [INFO] !MESSAGE Pass 60 (774) processed. 0 failed. spent: 26:01, 299:11 mins remaining. Allow/Not Alow Uncaptured Children. time: 31846ms [INFO] Pass 60 (774) processed. 0 failed. spent: 26:01, 299:11 mins remaining. Allow/Not Alow Uncaptured Children. time: 31846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:44:57.312 [INFO] !MESSAGE [AUT-0] Finished: AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext.test in 19514 (60 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:44:57.315 [INFO] !MESSAGE [AUT-0] Starting: AnyCharacterSearch.test (61 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:44:57.366 [INFO] !MESSAGE Pass 61 (774) processed. 0 failed. spent: 26:23, 298:10 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 19514ms [INFO] Pass 61 (774) processed. 0 failed. spent: 26:23, 298:10 mins remaining. AlwaysRemoveDuplicateContextFromTestAtAddingToDefaultContext. time: 19514ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:45:10.841 [INFO] !MESSAGE [AUT-0] Finished: AnyCharacterSearch.test in 11821 (61 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:45:10.844 [INFO] !MESSAGE [AUT-0] Starting: AnyStringSearch.test (62 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:45:10.882 [INFO] !MESSAGE Pass 62 (774) processed. 0 failed. spent: 26:36, 295:30 mins remaining. AnyCharacterSearch. time: 11821ms [INFO] Pass 62 (774) processed. 0 failed. spent: 26:36, 295:30 mins remaining. AnyCharacterSearch. time: 11821ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:45:23.775 [INFO] !MESSAGE [AUT-0] Finished: AnyStringSearch.test in 11461 (62 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:45:23.778 [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-31 15:45:23.850 [INFO] !MESSAGE Pass 63 (774) processed. 0 failed. spent: 26:49, 292:55 mins remaining. AnyStringSearch. time: 11461ms [INFO] Pass 63 (774) processed. 0 failed. spent: 26:49, 292:55 mins remaining. AnyStringSearch. time: 11461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:46:08.267 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context outside test case.test in 42790 (63 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:46:08.270 [INFO] !MESSAGE [AUT-0] Starting: Apply ECL Context.test (64 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:46:08.365 [INFO] !MESSAGE Pass 64 (774) processed. 0 failed. spent: 27:34, 296:07 mins remaining. Apply ECL Context outside test case. time: 42790ms [INFO] Pass 64 (774) processed. 0 failed. spent: 27:34, 296:07 mins remaining. Apply ECL Context outside test case. time: 42790ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:46:41.394 [INFO] !MESSAGE [AUT-0] Finished: Apply ECL Context.test in 31224 (64 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:46:41.397 [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-31 15:46:41.459 [INFO] !MESSAGE Pass 65 (774) processed. 0 failed. spent: 28:07, 297:06 mins remaining. Apply ECL Context. time: 31224ms [INFO] Pass 65 (774) processed. 0 failed. spent: 28:07, 297:06 mins remaining. Apply ECL Context. time: 31224ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:46:56.380 [INFO] !MESSAGE [AUT-0] Finished: Apply New Empty ECL Context.test in 13221 (65 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:46:56.383 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByProperty.test (66 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:46:56.475 [INFO] !MESSAGE Pass 66 (774) processed. 0 failed. spent: 28:22, 294:55 mins remaining. Apply New Empty ECL Context. time: 13221ms [INFO] Pass 66 (774) processed. 0 failed. spent: 28:22, 294:55 mins remaining. Apply New Empty ECL Context. time: 13221ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:47:05.263 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByProperty.test in 7915 (66 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:47:05.266 [INFO] !MESSAGE [AUT-0] Starting: AssertionFilter_ByValue.test (67 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:47:05.343 [INFO] !MESSAGE Pass 67 (774) processed. 0 failed. spent: 28:31, 291:46 mins remaining. AssertionFilter_ByProperty. time: 7915ms [INFO] Pass 67 (774) processed. 0 failed. spent: 28:31, 291:46 mins remaining. AssertionFilter_ByProperty. time: 7915ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:47:14.051 [INFO] !MESSAGE [AUT-0] Finished: AssertionFilter_ByValue.test in 7649 (67 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:47:14.052 [INFO] !MESSAGE Pass 68 (774) processed. 0 failed. spent: 28:39, 293:08 mins remaining. AssertionFilter_ByValue. time: 7649ms [INFO] Pass 68 (774) processed. 0 failed. spent: 28:39, 293:08 mins remaining. AssertionFilter_ByValue. time: 7649ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:47:14.053 [INFO] !MESSAGE [AUT-0] Starting: AssertionGroupping.test (68 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:47:41.861 [INFO] !MESSAGE [AUT-0] Finished: AssertionGroupping.test in 26658 (68 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:47:41.863 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithExcludedColumns.test (69 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:47:41.950 [INFO] !MESSAGE Pass 69 (774) processed. 0 failed. spent: 29:07, 288:42 mins remaining. AssertionGroupping. time: 26658ms [INFO] Pass 69 (774) processed. 0 failed. spent: 29:07, 288:42 mins remaining. AssertionGroupping. time: 26658ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:47:58.401 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithExcludedColumns.test in 14279 (69 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:47:58.404 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTableWithSelectedColumns.test (70 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:47:58.469 [INFO] !MESSAGE Pass 70 (774) processed. 0 failed. spent: 29:24, 287:03 mins remaining. AssertionOfTableWithExcludedColumns. time: 14279ms [INFO] Pass 70 (774) processed. 0 failed. spent: 29:24, 287:03 mins remaining. AssertionOfTableWithExcludedColumns. time: 14279ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:48:12.348 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTableWithSelectedColumns.test in 12517 (70 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:48:12.352 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTree.test (71 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:48:12.385 [INFO] !MESSAGE Pass 71 (774) processed. 0 failed. spent: 29:38, 284:58 mins remaining. AssertionOfTableWithSelectedColumns. time: 12517ms [INFO] Pass 71 (774) processed. 0 failed. spent: 29:38, 284:58 mins remaining. AssertionOfTableWithSelectedColumns. time: 12517ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:48:25.789 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTree.test in 11768 (71 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:48:25.791 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeCase2.test (72 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:48:25.799 [INFO] !MESSAGE Pass 72 (774) processed. 0 failed. spent: 29:51, 282:46 mins remaining. AssertionOfTreeCase1. time: 11768ms [INFO] Pass 72 (774) processed. 0 failed. spent: 29:51, 282:46 mins remaining. AssertionOfTreeCase1. time: 11768ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:48:42.688 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeCase2.test in 15583 (72 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:48:42.690 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpanded.test (73 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:48:42.745 [INFO] !MESSAGE Pass 73 (774) processed. 0 failed. spent: 30:08, 281:14 mins remaining. AssertionOfTreeCase2. time: 15583ms [INFO] Pass 73 (774) processed. 0 failed. spent: 30:08, 281:14 mins remaining. AssertionOfTreeCase2. time: 15583ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:48:57.085 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpanded.test in 12812 (73 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:48:57.088 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfTreeWhenOneItemIsExpandedCase2.test (74 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:48:57.160 [INFO] !MESSAGE Pass 74 (774) processed. 0 failed. spent: 30:22, 279:17 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 12812ms [INFO] Pass 74 (774) processed. 0 failed. spent: 30:22, 279:17 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase1. time: 12812ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:49:13.041 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfTreeWhenOneItemIsExpandedCase2.test in 14671 (74 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:49:13.043 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTable(assertDataInContext).test (75 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:49:13.082 [INFO] !MESSAGE Pass 75 (774) processed. 0 failed. spent: 30:38, 277:41 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 14671ms [INFO] Pass 75 (774) processed. 0 failed. spent: 30:38, 277:41 mins remaining. AssertionOfTreeWhenOneItemIsExpandedCase2. time: 14671ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:49:24.948 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTable(assertDataInContext).test in 10421 (75 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:49:24.951 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableContentsCase1.test (76 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:49:24.995 [INFO] !MESSAGE Pass 76 (774) processed. 0 failed. spent: 30:50, 275:31 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 10421ms [INFO] Pass 76 (774) processed. 0 failed. spent: 30:50, 275:31 mins remaining. AssertionOfWholeTable(assertDataInContext). time: 10421ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:49:41.980 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableContentsCase1.test in 15298 (76 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:49:41.983 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase1.test (77 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:49:42.044 [INFO] !MESSAGE Pass 77 (774) processed. 0 failed. spent: 31:07, 274:08 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 15298ms [INFO] Pass 77 (774) processed. 0 failed. spent: 31:07, 274:08 mins remaining. AssertionOfWholeTableWithoutColumnsCase1. time: 15298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:49:55.410 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase1.test in 11955 (77 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:49:55.412 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithColumnsCase2.test (78 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:49:55.460 [INFO] !MESSAGE Pass 78 (774) processed. 0 failed. spent: 31:21, 272:21 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 11955ms [INFO] Pass 78 (774) processed. 0 failed. spent: 31:21, 272:21 mins remaining. AssertionOfWholeTableWithColumnsCase1. time: 11955ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:50:11.779 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithColumnsCase2.test in 15085 (78 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:50:11.780 [INFO] !MESSAGE Pass 79 (774) processed. 0 failed. spent: 31:37, 274:40 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 15085ms [INFO] Pass 79 (774) processed. 0 failed. spent: 31:37, 274:40 mins remaining. AssertionOfWholeTableWithColumnsCase2. time: 15085ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:50:11.782 [INFO] !MESSAGE [AUT-0] Starting: AssertionOfWholeTableWithoutColumnsCase2.test (79 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:50:32.728 [INFO] !MESSAGE [AUT-0] Finished: AssertionOfWholeTableWithoutColumnsCase2.test in 19584 (79 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:50:32.731 [INFO] !MESSAGE [AUT-0] Starting: AssertionWindowIsNotShownForTableItem.test (80 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:50:32.803 [INFO] !MESSAGE Pass 80 (774) processed. 0 failed. spent: 31:58, 270:09 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 19584ms [INFO] Pass 80 (774) processed. 0 failed. spent: 31:58, 270:09 mins remaining. AssertionOfWholeTableWithoutColumnsCase2. time: 19584ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:50:48.100 [INFO] !MESSAGE [AUT-0] Finished: AssertionWindowIsNotShownForTableItem.test in 13796 (80 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:50:48.103 [INFO] !MESSAGE [AUT-0] Starting: AutoCompletionInEclContext.test (81 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:50:48.151 [INFO] !MESSAGE Pass 81 (774) processed. 0 failed. spent: 32:13, 268:36 mins remaining. AssertionWindowIsNotShownForTableItem. time: 13796ms [INFO] Pass 81 (774) processed. 0 failed. spent: 32:13, 268:36 mins remaining. AssertionWindowIsNotShownForTableItem. time: 13796ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:51:07.098 [INFO] !MESSAGE [AUT-0] Finished: AutoCompletionInEclContext.test in 17561 (81 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:51:07.101 [INFO] !MESSAGE [AUT-0] Starting: Autocomplete.test (82 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:51:07.173 [INFO] !MESSAGE Pass 82 (774) processed. 0 failed. spent: 32:32, 267:37 mins remaining. AutoCompletionInEclContext. time: 17561ms [INFO] Pass 82 (774) processed. 0 failed. spent: 32:32, 267:37 mins remaining. AutoCompletionInEclContext. time: 17561ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:51:24.603 [INFO] !MESSAGE [AUT-0] Finished: Autocomplete.test in 14701 (82 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:51:24.606 [INFO] !MESSAGE [AUT-0] Starting: AutocreationDefaultContextAtCreationProject.test (83 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:51:24.644 [INFO] !MESSAGE Pass 83 (774) processed. 0 failed. spent: 32:50, 266:31 mins remaining. Autocomplete. time: 14701ms [INFO] Pass 83 (774) processed. 0 failed. spent: 32:50, 266:31 mins remaining. Autocomplete. time: 14701ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:51:39.049 [INFO] !MESSAGE [AUT-0] Finished: AutocreationDefaultContextAtCreationProject.test in 13072 (83 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:51:39.052 [INFO] !MESSAGE [AUT-0] Starting: BackForwardButtonsOnToolbar.test (84 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:51:39.061 [INFO] !MESSAGE Pass 84 (774) processed. 0 failed. spent: 33:04, 264:55 mins remaining. AutocreationDefaultContextAtCreationProject. time: 13072ms [INFO] Pass 84 (774) processed. 0 failed. spent: 33:04, 264:55 mins remaining. AutocreationDefaultContextAtCreationProject. time: 13072ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:51:58.510 [INFO] !MESSAGE [AUT-0] Finished: BackForwardButtonsOnToolbar.test in 18089 (84 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:51:58.512 [INFO] !MESSAGE [AUT-0] Starting: Bug 442685 NullPointerException.test (85 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:51:58.584 [INFO] !MESSAGE Pass 85 (774) processed. 0 failed. spent: 33:24, 264:07 mins remaining. BackForwardButtonsOnToolbar. time: 18089ms [INFO] Pass 85 (774) processed. 0 failed. spent: 33:24, 264:07 mins remaining. BackForwardButtonsOnToolbar. time: 18089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:52:10.530 [INFO] !MESSAGE [AUT-0] Finished: Bug 442685 NullPointerException.test in 10429 (85 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:52:10.541 [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-31 15:52:10.598 [INFO] !MESSAGE Pass 86 (774) processed. 0 failed. spent: 33:36, 262:18 mins remaining. Bug 442685 NullPointerException. time: 10429ms [INFO] Pass 86 (774) processed. 0 failed. spent: 33:36, 262:18 mins remaining. Bug 442685 NullPointerException. time: 10429ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:52:42.391 [INFO] !MESSAGE [AUT-0] Finished: Bug 465746 - Can't assert 'text' property for a canvas of Help view_ .test in 30292 (86 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:52:42.394 [INFO] !MESSAGE [AUT-0] Starting: Bug 472901_ClipboardContent_EmptyClipboard.test (87 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:52:42.471 [INFO] !MESSAGE Pass 87 (774) processed. 0 failed. spent: 34:08, 263:05 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 30292ms [INFO] Pass 87 (774) processed. 0 failed. spent: 34:08, 263:05 mins remaining. Bug 465746 - Can't assert 'text' property for a canvas of Help view. . time: 30292ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:52:49.954 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_EmptyClipboard.test in 5659 (87 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:52:49.956 [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-31 15:52:49.979 [INFO] !MESSAGE Pass 88 (774) processed. 0 failed. spent: 34:15, 260:40 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 5659ms [INFO] Pass 88 (774) processed. 0 failed. spent: 34:15, 260:40 mins remaining. Bug 472901_ClipboardContent_EmptyClipboard. time: 5659ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:53:01.995 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_From-Clipboard.test in 9999 (88 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:53:01.997 [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-31 15:53:02.093 [INFO] !MESSAGE Pass 89 (774) processed. 0 failed. spent: 34:27, 258:56 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 9999ms [INFO] Pass 89 (774) processed. 0 failed. spent: 34:27, 258:56 mins remaining. Bug 472901_ClipboardContent_From-Clipboard. time: 9999ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:53:13.070 [INFO] !MESSAGE [AUT-0] Finished: Bug 472901_ClipboardContent_To-Clipboard.test in 9127 (89 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:53:13.074 [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-31 15:53:13.106 [INFO] !MESSAGE Pass 90 (774) processed. 0 failed. spent: 34:38, 257:06 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 9127ms [INFO] Pass 90 (774) processed. 0 failed. spent: 34:38, 257:06 mins remaining. Bug 472901_ClipboardContent_To-Clipboard. time: 9127ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:53:21.756 [INFO] !MESSAGE [AUT-0] Finished: Bug 474198_Read-File command.test in 6718 (90 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:53:21.759 [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-31 15:53:21.846 [INFO] !MESSAGE Pass 91 (774) processed. 0 failed. spent: 34:47, 255:04 mins remaining. Bug 474198_Read-File command. time: 6718ms [INFO] Pass 91 (774) processed. 0 failed. spent: 34:47, 255:04 mins remaining. Bug 474198_Read-File command. time: 6718ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:56:19.591 [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 175560 (91 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:56:19.598 [INFO] !MESSAGE [AUT-0] Starting: Cancel Preference Context Creation.test (92 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:56:19.665 [INFO] !MESSAGE Pass 92 (774) processed. 0 failed. spent: 37:45, 273:29 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 175560ms [INFO] Pass 92 (774) processed. 0 failed. spent: 37:45, 273:29 mins remaining. Bug444899_Preferences dialog can't be closed by Workbench context or with Cancel button once RCPTT ECL Editor preference is changed.. time: 175560ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:56:36.217 [INFO] !MESSAGE [AUT-0] Finished: Cancel Preference Context Creation.test in 14793 (92 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:56:36.220 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workbench Context Creation.test (93 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:56:36.285 [INFO] !MESSAGE Pass 93 (774) processed. 0 failed. spent: 38:01, 272:07 mins remaining. Cancel Preference Context Creation. time: 14793ms [INFO] Pass 93 (774) processed. 0 failed. spent: 38:01, 272:07 mins remaining. Cancel Preference Context Creation. time: 14793ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:56:50.361 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workbench Context Creation.test in 11819 (93 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:56:50.364 [INFO] !MESSAGE [AUT-0] Starting: Cancel Workspace Context Creation.test (94 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:56:50.402 [INFO] !MESSAGE Pass 94 (774) processed. 0 failed. spent: 38:16, 270:39 mins remaining. Cancel Workbench Context Creation. time: 11819ms [INFO] Pass 94 (774) processed. 0 failed. spent: 38:16, 270:39 mins remaining. Cancel Workbench Context Creation. time: 11819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:57:04.017 [INFO] !MESSAGE [AUT-0] Finished: Cancel Workspace Context Creation.test in 11554 (94 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:57:04.020 [INFO] !MESSAGE [AUT-0] Starting: CancelAUTCreation.test (95 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:57:04.050 [INFO] !MESSAGE Pass 95 (774) processed. 0 failed. spent: 38:29, 268:59 mins remaining. Cancel Workspace Context Creation. time: 11554ms [INFO] Pass 95 (774) processed. 0 failed. spent: 38:29, 268:59 mins remaining. Cancel Workspace Context Creation. time: 11554ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:59:41.701 [INFO] !MESSAGE [AUT-0] Finished: CancelAUTCreation.test in 155889 (95 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:59:41.705 [INFO] !MESSAGE [AUT-0] Starting: CancelAddingSinglePreferenceValueInContext.test (96 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:59:41.756 [INFO] !MESSAGE Pass 96 (774) processed. 0 failed. spent: 41:07, 284:02 mins remaining. CancelAUTCreation. time: 155889ms [INFO] Pass 96 (774) processed. 0 failed. spent: 41:07, 284:02 mins remaining. CancelAUTCreation. time: 155889ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:59:59.852 [INFO] !MESSAGE [AUT-0] Finished: CancelAddingSinglePreferenceValueInContext.test in 16033 (96 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 15:59:59.855 [INFO] !MESSAGE [AUT-0] Starting: CancelCloseContextEditor.test (97 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 15:59:59.883 [INFO] !MESSAGE Pass 97 (774) processed. 0 failed. spent: 41:25, 282:48 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 16033ms [INFO] Pass 97 (774) processed. 0 failed. spent: 41:25, 282:48 mins remaining. CancelAddingSinglePreferenceValueInContext. time: 16033ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:00:23.634 [INFO] !MESSAGE [AUT-0] Finished: CancelCloseContextEditor.test in 21227 (97 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:00:23.637 [INFO] !MESSAGE [AUT-0] Starting: CancelCopyFolderToProjectWithDuplicateFolder.test (98 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:00:23.653 [INFO] !MESSAGE Pass 98 (774) processed. 0 failed. spent: 41:49, 282:15 mins remaining. CancelCloseContextEditor. time: 21227ms [INFO] Pass 98 (774) processed. 0 failed. spent: 41:49, 282:15 mins remaining. CancelCloseContextEditor. time: 21227ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:01:02.990 [INFO] !MESSAGE [AUT-0] Finished: CancelCopyFolderToProjectWithDuplicateFolder.test in 36637 (98 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:01:02.993 [INFO] !MESSAGE [AUT-0] Starting: CancelCreationProject.test (99 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:01:02.998 [INFO] !MESSAGE Pass 99 (774) processed. 0 failed. spent: 42:28, 283:23 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 36637ms [INFO] Pass 99 (774) processed. 0 failed. spent: 42:28, 283:23 mins remaining. CancelCopyFolderToProjectWithDuplicateFolder. time: 36637ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:01:18.060 [INFO] !MESSAGE [AUT-0] Finished: CancelCreationProject.test in 13199 (99 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:01:18.064 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteFolderWithObjects.test (100 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:01:18.156 [INFO] !MESSAGE Pass 100 (774) processed. 0 failed. spent: 42:43, 281:50 mins remaining. CancelCreationProject. time: 13199ms [INFO] Pass 100 (774) processed. 0 failed. spent: 42:43, 281:50 mins remaining. CancelCreationProject. time: 13199ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:01:45.210 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteFolderWithObjects.test in 25017 (100 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:01:45.213 [INFO] !MESSAGE [AUT-0] Starting: CancelDeleteProject.test (101 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:01:45.289 [INFO] !MESSAGE Pass 101 (774) processed. 0 failed. spent: 43:10, 281:37 mins remaining. CancelDeleteFolderWithObjects. time: 25017ms [INFO] Pass 101 (774) processed. 0 failed. spent: 43:10, 281:37 mins remaining. CancelDeleteFolderWithObjects. time: 25017ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:02:08.017 [INFO] !MESSAGE [AUT-0] Finished: CancelDeleteProject.test in 20430 (101 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:02:08.020 [INFO] !MESSAGE [AUT-0] Starting: CancelGroupContextCreation.test (102 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:02:08.116 [INFO] !MESSAGE Pass 102 (774) processed. 0 failed. spent: 43:33, 280:58 mins remaining. CancelDeleteProject. time: 20430ms [INFO] Pass 102 (774) processed. 0 failed. spent: 43:33, 280:58 mins remaining. CancelDeleteProject. time: 20430ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:02:22.201 [INFO] !MESSAGE [AUT-0] Finished: CancelGroupContextCreation.test in 12163 (102 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:02:22.204 [INFO] !MESSAGE [AUT-0] Starting: CancelQ7Export.test (103 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:02:22.257 [INFO] !MESSAGE Pass 103 (774) processed. 0 failed. spent: 43:47, 279:22 mins remaining. CancelGroupContextCreation. time: 12163ms [INFO] Pass 103 (774) processed. 0 failed. spent: 43:47, 279:22 mins remaining. CancelGroupContextCreation. time: 12163ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:02:38.840 [INFO] !MESSAGE [AUT-0] Finished: CancelQ7Export.test in 14260 (103 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:02:38.843 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveHistory.test (104 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:02:38.884 [INFO] !MESSAGE Pass 104 (774) processed. 0 failed. spent: 44:04, 278:07 mins remaining. CancelQ7Export. time: 14260ms [INFO] Pass 104 (774) processed. 0 failed. spent: 44:04, 278:07 mins remaining. CancelQ7Export. time: 14260ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:03:29.550 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveHistory.test in 47085, Cannot execute command on the required control aut-ws-0 - RCP Testing Tool IDE because there is still the active modal dialog "RCPTT Debug". (104 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:03:29.553 [INFO] !MESSAGE [AUT-0] Starting: CancelRemoveTestWhichIsUsedInTestSuite.test (105 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:03:29.567 [INFO] !MESSAGE Fail 105 (774) processed. 1 failed. spent: 44:55, 280:24 mins remaining. CancelRemoveHistory. time: 47085ms Cause: Cannot execute command on the required control aut-ws-0 - RCP Testing Tool IDE because there is still the active modal dialog "RCPTT Debug". [INFO] Fail 105 (774) processed. 1 failed. spent: 44:55, 280:24 mins remaining. CancelRemoveHistory. time: 47085ms Cause: Cannot execute command on the required control aut-ws-0 - RCP Testing Tool IDE because there is still the active modal dialog "RCPTT Debug". [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:04:16.451 [INFO] !MESSAGE [AUT-0] Finished: CancelRemoveTestWhichIsUsedInTestSuite.test in 38780 (105 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:04:16.454 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameContext.test (106 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:04:16.550 [INFO] !MESSAGE Pass 106 (774) processed. 1 failed. spent: 45:42, 282:14 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 38780ms [INFO] Pass 106 (774) processed. 1 failed. spent: 45:42, 282:14 mins remaining. CancelRemoveTestWhichIsUsedInTestSuite. time: 38780ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:04:46.179 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameContext.test in 27296 (106 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:04:46.182 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameProject.test (107 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:04:46.199 [INFO] !MESSAGE Pass 107 (774) processed. 1 failed. spent: 46:11, 282:11 mins remaining. CancelRenameContext. time: 27296ms [INFO] Pass 107 (774) processed. 1 failed. spent: 46:11, 282:11 mins remaining. CancelRenameContext. time: 27296ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:05:22.005 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameProject.test in 33440 (107 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:05:22.008 [INFO] !MESSAGE [AUT-0] Starting: CancelRenameTest.test (108 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:05:22.052 [INFO] !MESSAGE Pass 108 (774) processed. 1 failed. spent: 46:47, 282:49 mins remaining. CancelRenameProject. time: 33440ms [INFO] Pass 108 (774) processed. 1 failed. spent: 46:47, 282:49 mins remaining. CancelRenameProject. time: 33440ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:05:48.346 [INFO] !MESSAGE [AUT-0] Finished: CancelRenameTest.test in 23811 (108 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:05:48.350 [INFO] !MESSAGE [AUT-0] Starting: CannotDeleteDefaultContextFromProject.test (109 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:05:48.390 [INFO] !MESSAGE Pass 109 (774) processed. 1 failed. spent: 47:14, 282:32 mins remaining. CancelRenameTest. time: 23811ms [INFO] Pass 109 (774) processed. 1 failed. spent: 47:14, 282:32 mins remaining. CancelRenameTest. time: 23811ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:06:06.555 [INFO] !MESSAGE [AUT-0] Finished: CannotDeleteDefaultContextFromProject.test in 16038 (109 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:06:06.556 [INFO] !MESSAGE Pass 110 (774) processed. 1 failed. spent: 47:32, 284:20 mins remaining. CannotDeleteDefaultContextFromProject. time: 16038ms [INFO] Pass 110 (774) processed. 1 failed. spent: 47:32, 284:20 mins remaining. CannotDeleteDefaultContextFromProject. time: 16038ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:06:06.560 [INFO] !MESSAGE [AUT-0] Starting: CannotRemoveDefaultContextsFromTest.test (110 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:06:21.769 [INFO] !MESSAGE [AUT-0] Finished: CannotRemoveDefaultContextsFromTest.test in 12849 (110 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:06:21.773 [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-31 16:06:21.774 [INFO] !MESSAGE Pass 111 (774) processed. 1 failed. spent: 47:47, 279:56 mins remaining. CannotRemoveDefaultContextsFromTest. time: 12849ms [INFO] Pass 111 (774) processed. 1 failed. spent: 47:47, 279:56 mins remaining. CannotRemoveDefaultContextsFromTest. time: 12849ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:06:49.579 [INFO] !MESSAGE [AUT-0] Finished: Capture Workspace and Apply Context.test in 25197 (111 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:06:49.582 [INFO] !MESSAGE [AUT-0] Starting: CaptureContextWhileAddingToGroupContext.test (112 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:06:49.664 [INFO] !MESSAGE Pass 112 (774) processed. 1 failed. spent: 48:15, 279:45 mins remaining. Capture Workspace and Apply Context. time: 25197ms [INFO] Pass 112 (774) processed. 1 failed. spent: 48:15, 279:45 mins remaining. Capture Workspace and Apply Context. time: 25197ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:07:24.985 [INFO] !MESSAGE [AUT-0] Finished: CaptureContextWhileAddingToGroupContext.test in 32862 (112 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:07:24.988 [INFO] !MESSAGE [AUT-0] Starting: CaptureForPreferencesContext.test (113 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:07:25.059 [INFO] !MESSAGE Pass 113 (774) processed. 1 failed. spent: 48:50, 280:15 mins remaining. CaptureContextWhileAddingToGroupContext. time: 32862ms [INFO] Pass 113 (774) processed. 1 failed. spent: 48:50, 280:15 mins remaining. CaptureContextWhileAddingToGroupContext. time: 32862ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:07:42.474 [INFO] !MESSAGE [AUT-0] Finished: CaptureForPreferencesContext.test in 14617 (113 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:07:42.477 [INFO] !MESSAGE [AUT-0] Starting: CaptureForWorkbenchContext.test (114 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:07:42.546 [INFO] !MESSAGE Pass 114 (774) processed. 1 failed. spent: 49:08, 279:07 mins remaining. CaptureForPreferencesContext. time: 14617ms [INFO] Pass 114 (774) processed. 1 failed. spent: 49:08, 279:07 mins remaining. CaptureForPreferencesContext. time: 14617ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:08:36.374 [INFO] !MESSAGE [AUT-0] Finished: CaptureForWorkbenchContext.test in 51303 (114 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:08:36.378 [INFO] !MESSAGE [AUT-0] Starting: CaptureLaunchContext.test (115 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:08:36.472 [INFO] !MESSAGE Pass 115 (774) processed. 1 failed. spent: 50:02, 281:23 mins remaining. CaptureForWorkbenchContext. time: 51303ms [INFO] Pass 115 (774) processed. 1 failed. spent: 50:02, 281:23 mins remaining. CaptureForWorkbenchContext. time: 51303ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:10:11.359 [INFO] !MESSAGE [AUT-0] Finished: CaptureLaunchContext.test in 91728 (115 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:10:11.363 [INFO] !MESSAGE [AUT-0] Starting: CapturePreferencesContextWhenAutNotStarted.test (116 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:10:11.456 [INFO] !MESSAGE Pass 116 (774) processed. 1 failed. spent: 51:37, 287:23 mins remaining. CaptureLaunchContext. time: 91728ms [INFO] Pass 116 (774) processed. 1 failed. spent: 51:37, 287:23 mins remaining. CaptureLaunchContext. time: 91728ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:16:01.132 [INFO] !MESSAGE [AUT-0] Finished: CapturePreferencesContextWhenAutNotStarted.test in 346751 (116 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:16:01.137 [INFO] !MESSAGE [AUT-0] Starting: CaptureTableVerification.test (117 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:16:01.156 [INFO] !MESSAGE Pass 117 (774) processed. 1 failed. spent: 57:26, 316:36 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 346751ms [INFO] Pass 117 (774) processed. 1 failed. spent: 57:26, 316:36 mins remaining. CapturePreferencesContextWhenAutNotStarted. time: 346751ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:16:55.576 [INFO] !MESSAGE [AUT-0] Finished: CaptureTableVerification.test in 52125 (117 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:16:55.580 [INFO] !MESSAGE [AUT-0] Starting: CaptureTreeVerification.test (118 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:16:55.665 [INFO] !MESSAGE Pass 118 (774) processed. 1 failed. spent: 58:21, 318:29 mins remaining. CaptureTableVerification. time: 52125ms [INFO] Pass 118 (774) processed. 1 failed. spent: 58:21, 318:29 mins remaining. CaptureTableVerification. time: 52125ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:17:33.288 [INFO] !MESSAGE [AUT-0] Finished: CaptureTreeVerification.test in 35437 (118 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:17:33.291 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkbenchContextWhenAutNotStarted.test (119 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:17:33.362 [INFO] !MESSAGE Pass 119 (774) processed. 1 failed. spent: 58:59, 318:48 mins remaining. CaptureTreeVerification. time: 35437ms [INFO] Pass 119 (774) processed. 1 failed. spent: 58:59, 318:48 mins remaining. CaptureTreeVerification. time: 35437ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:23:29.091 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkbenchContextWhenAutNotStarted.test in 352800 (119 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:23:29.096 [INFO] !MESSAGE [AUT-0] Starting: CaptureWorkspaceContextWhenAutNotStarted.test (120 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:23:29.153 [INFO] !MESSAGE Pass 120 (774) processed. 1 failed. spent: 64:54, 347:22 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 352800ms [INFO] Pass 120 (774) processed. 1 failed. spent: 64:54, 347:22 mins remaining. CaptureWorkbenchContextWhenAutNotStarted. time: 352800ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:27:12.623 [INFO] !MESSAGE [AUT-0] Finished: CaptureWorkspaceContextWhenAutNotStarted.test in 218612 (120 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:27:12.626 [INFO] !MESSAGE [AUT-0] Starting: CaseSensitiveSearch.test (121 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:27:12.645 [INFO] !MESSAGE Pass 121 (774) processed. 1 failed. spent: 68:38, 363:48 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 218612ms [INFO] Pass 121 (774) processed. 1 failed. spent: 68:38, 363:48 mins remaining. CaptureWorkspaceContextWhenAutNotStarted. time: 218612ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:27:29.886 [INFO] !MESSAGE [AUT-0] Finished: CaseSensitiveSearch.test in 14628 (121 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:27:29.890 [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-31 16:27:29.962 [INFO] !MESSAGE Pass 122 (774) processed. 1 failed. spent: 68:55, 361:48 mins remaining. CaseSensitiveSearch. time: 14628ms [INFO] Pass 122 (774) processed. 1 failed. spent: 68:55, 361:48 mins remaining. CaseSensitiveSearch. time: 14628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:27:46.091 [INFO] !MESSAGE [AUT-0] Finished: Change Editors order in workbench context.test in 13955 (122 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:27:46.093 [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-31 16:27:46.179 [INFO] !MESSAGE Pass 123 (774) processed. 1 failed. spent: 69:11, 359:45 mins remaining. Change Editors order in workbench context. time: 13955ms [INFO] Pass 123 (774) processed. 1 failed. spent: 69:11, 359:45 mins remaining. Change Editors order in workbench context. time: 13955ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:28:04.327 [INFO] !MESSAGE [AUT-0] Finished: Change views order in workbench context.test in 15706 (123 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:28:04.330 [INFO] !MESSAGE [AUT-0] Starting: ChangeSaveLoad.test (124 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:28:04.396 [INFO] !MESSAGE Pass 124 (774) processed. 1 failed. spent: 69:30, 357:58 mins remaining. Change views order in workbench context. time: 15706ms [INFO] Pass 124 (774) processed. 1 failed. spent: 69:30, 357:58 mins remaining. Change views order in workbench context. time: 15706ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:28:21.564 [INFO] !MESSAGE [AUT-0] Finished: ChangeSaveLoad.test in 14942 (124 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:28:21.566 [INFO] !MESSAGE [AUT-0] Starting: ChangeTestCaseNameDuringImport.test (125 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:28:21.613 [INFO] !MESSAGE Pass 125 (774) processed. 1 failed. spent: 69:47, 356:03 mins remaining. ChangeSaveLoad. time: 14942ms [INFO] Pass 125 (774) processed. 1 failed. spent: 69:47, 356:03 mins remaining. ChangeSaveLoad. time: 14942ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:28:42.806 [INFO] !MESSAGE [AUT-0] Finished: ChangeTestCaseNameDuringImport.test in 18863 (125 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:28:42.808 [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-31 16:28:42.847 [INFO] !MESSAGE Pass 126 (774) processed. 1 failed. spent: 70:08, 354:30 mins remaining. ChangeTestCaseNameDuringImport. time: 18863ms [INFO] Pass 126 (774) processed. 1 failed. spent: 70:08, 354:30 mins remaining. ChangeTestCaseNameDuringImport. time: 18863ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:28:56.060 [INFO] !MESSAGE [AUT-0] Finished: Check default options for new workbench context.test in 11146 (126 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:28:56.062 [INFO] !MESSAGE [AUT-0] Starting: CheckDirtyFlagAfterEdit.test (127 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:28:56.159 [INFO] !MESSAGE Pass 127 (774) processed. 1 failed. spent: 70:21, 352:17 mins remaining. Check default options for new workbench context. time: 11146ms [INFO] Pass 127 (774) processed. 1 failed. spent: 70:21, 352:17 mins remaining. Check default options for new workbench context. time: 11146ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:29:10.739 [INFO] !MESSAGE [AUT-0] Finished: CheckDirtyFlagAfterEdit.test in 12626 (127 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:29:10.746 [INFO] !MESSAGE [AUT-0] Starting: CheckExecutionViewHistory.test (128 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:29:10.772 [INFO] !MESSAGE Pass 128 (774) processed. 1 failed. spent: 70:36, 350:17 mins remaining. CheckDirtyFlagAfterEdit. time: 12626ms [INFO] Pass 128 (774) processed. 1 failed. spent: 70:36, 350:17 mins remaining. CheckDirtyFlagAfterEdit. time: 12626ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:30:39.089 [INFO] !MESSAGE [AUT-0] Finished: CheckExecutionViewHistory.test in 86061 (128 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:30:39.092 [INFO] !MESSAGE [AUT-0] Starting: CheckJunitXMLReport.test (129 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:30:39.176 [INFO] !MESSAGE Pass 129 (774) processed. 1 failed. spent: 72:04, 354:16 mins remaining. CheckExecutionViewHistory. time: 86061ms [INFO] Pass 129 (774) processed. 1 failed. spent: 72:04, 354:16 mins remaining. CheckExecutionViewHistory. time: 86061ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:31:27.006 [INFO] !MESSAGE [AUT-0] Finished: CheckJunitXMLReport.test in 45243 (129 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:31:27.009 [INFO] !MESSAGE [AUT-0] Starting: CheckMissingReferences.test (130 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:31:27.093 [INFO] !MESSAGE Pass 130 (774) processed. 1 failed. spent: 72:52, 354:56 mins remaining. CheckJunitXMLReport. time: 45243ms [INFO] Pass 130 (774) processed. 1 failed. spent: 72:52, 354:56 mins remaining. CheckJunitXMLReport. time: 45243ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:31:48.723 [INFO] !MESSAGE [AUT-0] Finished: CheckMissingReferences.test in 19349 (130 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:31:48.725 [INFO] !MESSAGE [AUT-0] Starting: CheckResourceModifications.test (131 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:31:48.778 [INFO] !MESSAGE Pass 131 (774) processed. 1 failed. spent: 73:14, 353:30 mins remaining. MissingReferences. time: 19349ms [INFO] Pass 131 (774) processed. 1 failed. spent: 73:14, 353:30 mins remaining. MissingReferences. time: 19349ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:32:25.959 [INFO] !MESSAGE [AUT-0] Finished: CheckResourceModifications.test in 34709 (131 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:32:25.962 [INFO] !MESSAGE [AUT-0] Starting: CheckXMLReport.test (132 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:32:26.014 [INFO] !MESSAGE Pass 132 (774) processed. 1 failed. spent: 73:51, 353:16 mins remaining. CheckResourceModifications. time: 34709ms [INFO] Pass 132 (774) processed. 1 failed. spent: 73:51, 353:16 mins remaining. CheckResourceModifications. time: 34709ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:33:10.833 [INFO] !MESSAGE [AUT-0] Finished: CheckXMLReport.test in 42077 (132 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:33:10.836 [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-31 16:33:10.873 [INFO] !MESSAGE Pass 133 (774) processed. 1 failed. spent: 74:36, 353:39 mins remaining. CheckXMLReport. time: 42077ms [INFO] Pass 133 (774) processed. 1 failed. spent: 74:36, 353:39 mins remaining. CheckXMLReport. time: 42077ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:33:25.202 [INFO] !MESSAGE [AUT-0] Finished: Clear Description in Workbench Context.test in 11519 (133 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:33:25.205 [INFO] !MESSAGE [AUT-0] Starting: Clear Workspace.test (134 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:33:25.288 [INFO] !MESSAGE Pass 134 (774) processed. 1 failed. spent: 74:50, 351:36 mins remaining. Clear Description in Workbench Context. time: 11519ms [INFO] Pass 134 (774) processed. 1 failed. spent: 74:50, 351:36 mins remaining. Clear Description in Workbench Context. time: 11519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:34:08.948 [INFO] !MESSAGE [AUT-0] Finished: Clear Workspace.test in 41364 (134 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:34:08.951 [INFO] !MESSAGE [AUT-0] Starting: ClearBreakpointsInLaunchContext.test (135 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:34:08.973 [INFO] !MESSAGE Pass 135 (774) processed. 1 failed. spent: 75:34, 351:54 mins remaining. Clear Workspace. time: 41364ms [INFO] Pass 135 (774) processed. 1 failed. spent: 75:34, 351:54 mins remaining. Clear Workspace. time: 41364ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:35:35.873 [INFO] !MESSAGE [AUT-0] Finished: ClearBreakpointsInLaunchContext.test in 84310 (135 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:35:35.875 [INFO] !MESSAGE [AUT-0] Starting: ClearClipboardInWBContext.test (136 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:35:35.960 [INFO] !MESSAGE Pass 136 (774) processed. 1 failed. spent: 77:01, 355:30 mins remaining. ClearBreakpointsInLaunchContext. time: 84310ms [INFO] Pass 136 (774) processed. 1 failed. spent: 77:01, 355:30 mins remaining. ClearBreakpointsInLaunchContext. time: 84310ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:36:00.210 [INFO] !MESSAGE [AUT-0] Finished: ClearClipboardInWBContext.test in 21596 (136 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:36:00.213 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInContextEditor.test (137 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:36:00.250 [INFO] !MESSAGE Pass 137 (774) processed. 1 failed. spent: 77:25, 354:13 mins remaining. ClearClipboardInWBContext. time: 21596ms [INFO] Pass 137 (774) processed. 1 failed. spent: 77:25, 354:13 mins remaining. ClearClipboardInWBContext. time: 21596ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:36:18.557 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInContextEditor.test in 15800 (137 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:36:18.561 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestEditor.test (138 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:36:18.569 [INFO] !MESSAGE Pass 138 (774) processed. 1 failed. spent: 77:44, 352:34 mins remaining. ClearDescriptionInContextEditor. time: 15800ms [INFO] Pass 138 (774) processed. 1 failed. spent: 77:44, 352:34 mins remaining. ClearDescriptionInContextEditor. time: 15800ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:36:37.783 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestEditor.test in 16738 (138 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:36:37.785 [INFO] !MESSAGE [AUT-0] Starting: ClearDescriptionInTestSuite.test (139 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:36:37.787 [INFO] !MESSAGE Pass 139 (774) processed. 1 failed. spent: 78:03, 350:56 mins remaining. ClearDescriptionInTestEditor. time: 16738ms [INFO] Pass 139 (774) processed. 1 failed. spent: 78:03, 350:56 mins remaining. ClearDescriptionInTestEditor. time: 16738ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:36:56.443 [INFO] !MESSAGE [AUT-0] Finished: ClearDescriptionInTestSuite.test in 16249 (139 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:36:56.446 [INFO] !MESSAGE [AUT-0] Starting: ClearExecutionHistory.test (140 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:36:56.459 [INFO] !MESSAGE Pass 140 (774) processed. 1 failed. spent: 78:22, 349:20 mins remaining. ClearDescriptionInTestSuite. time: 16249ms [INFO] Pass 140 (774) processed. 1 failed. spent: 78:22, 349:20 mins remaining. ClearDescriptionInTestSuite. time: 16249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:38:02.234 [INFO] !MESSAGE [AUT-0] Finished: ClearExecutionHistory.test in 63141 (140 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:38:02.236 [INFO] !MESSAGE [AUT-0] Starting: ClearFolderInFolderContext.test (141 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:38:02.273 [INFO] !MESSAGE Pass 141 (774) processed. 1 failed. spent: 79:27, 351:08 mins remaining. ClearExecutionHistory. time: 63141ms [INFO] Pass 141 (774) processed. 1 failed. spent: 79:27, 351:08 mins remaining. ClearExecutionHistory. time: 63141ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:38:24.402 [INFO] !MESSAGE [AUT-0] Finished: ClearFolderInFolderContext.test in 20186 (141 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:38:24.404 [INFO] !MESSAGE [AUT-0] Starting: ClearLaunchConfigurations.test (142 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:38:24.452 [INFO] !MESSAGE Pass 142 (774) processed. 1 failed. spent: 79:50, 349:49 mins remaining. ClearFolderInFolderContext. time: 20186ms [INFO] Pass 142 (774) processed. 1 failed. spent: 79:50, 349:49 mins remaining. ClearFolderInFolderContext. time: 20186ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:39:29.672 [INFO] !MESSAGE [AUT-0] Finished: ClearLaunchConfigurations.test in 62846 (142 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:39:29.675 [INFO] !MESSAGE [AUT-0] Starting: ClearPreferencesInPrefContext.test (143 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:39:29.756 [INFO] !MESSAGE Pass 143 (774) processed. 1 failed. spent: 80:55, 351:34 mins remaining. ClearLaunchConfigurations. time: 62846ms [INFO] Pass 143 (774) processed. 1 failed. spent: 80:55, 351:34 mins remaining. ClearLaunchConfigurations. time: 62846ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:39:45.898 [INFO] !MESSAGE [AUT-0] Finished: ClearPreferencesInPrefContext.test in 13877 (143 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:39:45.901 [INFO] !MESSAGE [AUT-0] Starting: ClearScript.test (144 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:39:45.973 [INFO] !MESSAGE Pass 144 (774) processed. 1 failed. spent: 81:11, 349:45 mins remaining. ClearPreferencesInPrefContext. time: 13877ms [INFO] Pass 144 (774) processed. 1 failed. spent: 81:11, 349:45 mins remaining. ClearPreferencesInPrefContext. time: 13877ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:40:09.161 [INFO] !MESSAGE [AUT-0] Finished: ClearScript.test in 20753 (144 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:40:09.164 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptButtonIsDisabledDuringRecording.test (145 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:40:09.196 [INFO] !MESSAGE Pass 145 (774) processed. 1 failed. spent: 81:34, 348:27 mins remaining. ClearScript. time: 20753ms [INFO] Pass 145 (774) processed. 1 failed. spent: 81:34, 348:27 mins remaining. ClearScript. time: 20753ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:40:21.286 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptButtonIsDisabledDuringRecording.test in 10278 (145 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:40:21.289 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptInControlPanel.test (146 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:40:21.350 [INFO] !MESSAGE Pass 146 (774) processed. 1 failed. spent: 81:47, 346:28 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 10278ms [INFO] Pass 146 (774) processed. 1 failed. spent: 81:47, 346:28 mins remaining. ClearScriptButtonIsDisabledDuringRecording. time: 10278ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:40:37.002 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptInControlPanel.test in 13506 (146 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:40:37.005 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewer.scenario (147 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:40:37.065 [INFO] !MESSAGE Pass 147 (774) processed. 1 failed. spent: 82:02, 344:39 mins remaining. ClearScriptInControlPanel. time: 13506ms [INFO] Pass 147 (774) processed. 1 failed. spent: 82:02, 344:39 mins remaining. ClearScriptInControlPanel. time: 13506ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:40:55.182 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewer.scenario in 15895 (147 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:40:55.185 [INFO] !MESSAGE [AUT-0] Starting: ClearScriptViewerInECLContext.test (148 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:40:55.282 [INFO] !MESSAGE Pass 148 (774) processed. 1 failed. spent: 82:20, 343:03 mins remaining. ClearScriptViewer. time: 15895ms [INFO] Pass 148 (774) processed. 1 failed. spent: 82:20, 343:03 mins remaining. ClearScriptViewer. time: 15895ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:41:13.876 [INFO] !MESSAGE [AUT-0] Finished: ClearScriptViewerInECLContext.test in 16290 (148 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:41:13.879 [INFO] !MESSAGE [AUT-0] Starting: ClearWorkspaceByFolderContext.test (149 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:41:13.901 [INFO] !MESSAGE Pass 149 (774) processed. 1 failed. spent: 82:39, 341:32 mins remaining. ClearScriptViewerInECLContext. time: 16290ms [INFO] Pass 149 (774) processed. 1 failed. spent: 82:39, 341:32 mins remaining. ClearScriptViewerInECLContext. time: 16290ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:41:31.067 [INFO] !MESSAGE [AUT-0] Finished: ClearWorkspaceByFolderContext.test in 15110 (149 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:41:31.070 [INFO] !MESSAGE [AUT-0] Starting: Close Modal Dialogs.test (150 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:41:31.117 [INFO] !MESSAGE Pass 150 (774) processed. 1 failed. spent: 82:56, 339:55 mins remaining. ClearWorkspaceByFolderContext. time: 15110ms [INFO] Pass 150 (774) processed. 1 failed. spent: 82:56, 339:55 mins remaining. ClearWorkspaceByFolderContext. time: 15110ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:42:04.454 [INFO] !MESSAGE [AUT-0] Finished: Close Modal Dialogs.test in 30938 (150 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:42:04.458 [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-31 16:42:04.544 [INFO] !MESSAGE Pass 151 (774) processed. 1 failed. spent: 83:30, 339:27 mins remaining. Close Modal Dialogs. time: 30938ms [INFO] Pass 151 (774) processed. 1 failed. spent: 83:30, 339:27 mins remaining. Close Modal Dialogs. time: 30938ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:42:19.200 [INFO] !MESSAGE [AUT-0] Finished: Close opened editors should be disabled if Resest perspective is set.test in 12474 (151 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:42:19.203 [INFO] !MESSAGE [AUT-0] Starting: CloseControlPanel.test (152 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:42:19.258 [INFO] !MESSAGE Pass 152 (774) processed. 1 failed. spent: 83:44, 337:39 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 12474ms [INFO] Pass 152 (774) processed. 1 failed. spent: 83:44, 337:39 mins remaining. Close opened editors should be disabled if Resest perspective is set. time: 12474ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:42:38.383 [INFO] !MESSAGE [AUT-0] Finished: CloseControlPanel.test in 17148 (152 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:42:38.386 [INFO] !MESSAGE [AUT-0] Starting: CloseEditorAtDeletingProject.test (153 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:42:38.476 [INFO] !MESSAGE Pass 153 (774) processed. 1 failed. spent: 84:04, 336:16 mins remaining. CloseControlPanel. time: 17148ms [INFO] Pass 153 (774) processed. 1 failed. spent: 84:04, 336:16 mins remaining. CloseControlPanel. time: 17148ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:43:08.588 [INFO] !MESSAGE [AUT-0] Finished: CloseEditorAtDeletingProject.test in 28047 (153 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:43:08.590 [INFO] !MESSAGE [AUT-0] Starting: CloseOpenedEditorsInWBContext.test (154 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:43:08.646 [INFO] !MESSAGE Pass 154 (774) processed. 1 failed. spent: 84:34, 335:33 mins remaining. CloseEditorAtDeletingProject. time: 28047ms [INFO] Pass 154 (774) processed. 1 failed. spent: 84:34, 335:33 mins remaining. CloseEditorAtDeletingProject. time: 28047ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:43:51.285 [INFO] !MESSAGE [AUT-0] Finished: CloseOpenedEditorsInWBContext.test in 40570 (154 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:43:51.287 [INFO] !MESSAGE Pass 155 (774) processed. 1 failed. spent: 85:16, 338:20 mins remaining. CloseOpenedEditorsInWBContext. time: 40570ms [INFO] Pass 155 (774) processed. 1 failed. spent: 85:16, 338:20 mins remaining. CloseOpenedEditorsInWBContext. time: 40570ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:43:51.288 [INFO] !MESSAGE [AUT-0] Starting: CloseTextView.test (155 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:44:07.103 [INFO] !MESSAGE [AUT-0] Finished: CloseTextView.test in 13314 (155 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:44:07.106 [INFO] !MESSAGE [AUT-0] Starting: CloseUnrelatedProjectsInQ7Explorer.test (156 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:44:07.203 [INFO] !MESSAGE Pass 156 (774) processed. 1 failed. spent: 85:32, 334:00 mins remaining. CloseTextEditor. time: 13314ms [INFO] Pass 156 (774) processed. 1 failed. spent: 85:32, 334:00 mins remaining. CloseTextEditor. time: 13314ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:44:39.410 [INFO] !MESSAGE [AUT-0] Finished: CloseUnrelatedProjectsInQ7Explorer.test in 29975 (156 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:44:39.413 [INFO] !MESSAGE [AUT-0] Starting: ClosedProjectInQ7Explorer.test (157 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:44:39.463 [INFO] !MESSAGE Pass 157 (774) processed. 1 failed. spent: 86:05, 333:30 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 29975ms [INFO] Pass 157 (774) processed. 1 failed. spent: 86:05, 333:30 mins remaining. CloseUnrelatedProjectsInQ7Explorer. time: 29975ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:45:05.606 [INFO] !MESSAGE [AUT-0] Finished: ClosedProjectInQ7Explorer.test in 23978 (157 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:45:05.609 [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-31 16:45:05.690 [INFO] !MESSAGE Pass 158 (774) processed. 1 failed. spent: 86:31, 332:32 mins remaining. ClosedProjectInQ7Explorer. time: 23978ms [INFO] Pass 158 (774) processed. 1 failed. spent: 86:31, 332:32 mins remaining. ClosedProjectInQ7Explorer. time: 23978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:45:30.328 [INFO] !MESSAGE [AUT-0] Finished: Coloring Comments in Script Viewer.test in 22618 (158 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:45:30.331 [INFO] !MESSAGE [AUT-0] Starting: ColumnClickByIndex.test (159 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:45:30.356 [INFO] !MESSAGE Pass 159 (774) processed. 1 failed. spent: 86:56, 331:32 mins remaining. Coloring Comments in Script Viewer. time: 22618ms [INFO] Pass 159 (774) processed. 1 failed. spent: 86:56, 331:32 mins remaining. Coloring Comments in Script Viewer. time: 22618ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:45:44.113 [INFO] !MESSAGE [AUT-0] Finished: ColumnClickByIndex.test in 11056 (159 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:45:44.116 [INFO] !MESSAGE [AUT-0] Starting: ColumnTitleClick.test (160 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:45:44.168 [INFO] !MESSAGE Pass 160 (774) processed. 1 failed. spent: 87:09, 329:46 mins remaining. ColumnClickByIndex. time: 11056ms [INFO] Pass 160 (774) processed. 1 failed. spent: 87:09, 329:46 mins remaining. ColumnClickByIndex. time: 11056ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:45:55.799 [INFO] !MESSAGE [AUT-0] Finished: ColumnTitleClick.test in 9288 (160 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:45:55.802 [INFO] !MESSAGE [AUT-0] Starting: Comment 1-line.test (161 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:45:55.880 [INFO] !MESSAGE Pass 161 (774) processed. 1 failed. spent: 87:21, 327:57 mins remaining. ColumnTitleClick. time: 9288ms [INFO] Pass 161 (774) processed. 1 failed. spent: 87:21, 327:57 mins remaining. ColumnTitleClick. time: 9288ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:46:12.198 [INFO] !MESSAGE [AUT-0] Finished: Comment 1-line.test in 13892 (161 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:46:12.202 [INFO] !MESSAGE [AUT-0] Starting: Comment 2-lines.test (162 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:46:12.296 [INFO] !MESSAGE Pass 162 (774) processed. 1 failed. spent: 87:37, 326:25 mins remaining. Comment 1-line. time: 13892ms [INFO] Pass 162 (774) processed. 1 failed. spent: 87:37, 326:25 mins remaining. Comment 1-line. time: 13892ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:46:31.581 [INFO] !MESSAGE [AUT-0] Finished: Comment 2-lines.test in 17026 (162 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:46:31.583 [INFO] !MESSAGE [AUT-0] Starting: Comment javadoc.test (163 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:46:31.641 [INFO] !MESSAGE Pass 163 (774) processed. 1 failed. spent: 87:57, 325:08 mins remaining. Comment 2-lines. time: 17026ms [INFO] Pass 163 (774) processed. 1 failed. spent: 87:57, 325:08 mins remaining. Comment 2-lines. time: 17026ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:46:49.665 [INFO] !MESSAGE [AUT-0] Finished: Comment javadoc.test in 15663 (163 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:46:49.667 [INFO] !MESSAGE [AUT-0] Starting: CommentsSeveralLinesInScriptView.test (164 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:46:49.758 [INFO] !MESSAGE Pass 164 (774) processed. 1 failed. spent: 88:15, 323:45 mins remaining. Comment javadoc. time: 15663ms [INFO] Pass 164 (774) processed. 1 failed. spent: 88:15, 323:45 mins remaining. Comment javadoc. time: 15663ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:47:14.413 [INFO] !MESSAGE [AUT-0] Finished: CommentsSeveralLinesInScriptView.test in 22067 (164 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:47:14.416 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCaseWithItsLocalHistory.test (165 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:47:14.486 [INFO] !MESSAGE Pass 165 (774) processed. 1 failed. spent: 88:40, 322:48 mins remaining. CommentsSeveralLinesInScriptView. time: 22067ms [INFO] Pass 165 (774) processed. 1 failed. spent: 88:40, 322:48 mins remaining. CommentsSeveralLinesInScriptView. time: 22067ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:47:51.458 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCaseWithItsLocalHistory.test in 34623 (165 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:47:51.460 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesByComparingProjects.test (166 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:47:51.542 [INFO] !MESSAGE Pass 166 (774) processed. 1 failed. spent: 89:17, 322:35 mins remaining. CompareTestCaseWithItsLocalHistory. time: 34623ms [INFO] Pass 166 (774) processed. 1 failed. spent: 89:17, 322:35 mins remaining. CompareTestCaseWithItsLocalHistory. time: 34623ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:48:15.192 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesByComparingProjects.test in 21373 (166 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:48:15.196 [INFO] !MESSAGE [AUT-0] Starting: CompareTestCasesWithThreeWayComparison.test (167 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:48:15.265 [INFO] !MESSAGE Pass 167 (774) processed. 1 failed. spent: 89:40, 321:31 mins remaining. CompareTestCasesByComparingProjects. time: 21373ms [INFO] Pass 167 (774) processed. 1 failed. spent: 89:40, 321:31 mins remaining. CompareTestCasesByComparingProjects. time: 21373ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:48:37.930 [INFO] !MESSAGE [AUT-0] Finished: CompareTestCasesWithThreeWayComparison.test in 20100 (167 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:48:37.932 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestCasesWithEachOther.test (168 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:48:37.986 [INFO] !MESSAGE Pass 168 (774) processed. 1 failed. spent: 90:03, 320:28 mins remaining. CompareTestCasesWithThreeWayComparison. time: 20100ms [INFO] Pass 168 (774) processed. 1 failed. spent: 90:03, 320:28 mins remaining. CompareTestCasesWithThreeWayComparison. time: 20100ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:48:58.863 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestCasesWithEachOther.test in 18487 (168 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:48:58.866 [INFO] !MESSAGE [AUT-0] Starting: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test (169 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:48:58.909 [INFO] !MESSAGE Pass 169 (774) processed. 1 failed. spent: 90:24, 319:18 mins remaining. CompareTwoTestCasesWithEachOther. time: 18487ms [INFO] Pass 169 (774) processed. 1 failed. spent: 90:24, 319:18 mins remaining. CompareTwoTestCasesWithEachOther. time: 18487ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:49:20.642 [INFO] !MESSAGE [AUT-0] Finished: CompareTwoTestsCasesFromDiffenetProjectsWithEachOther.test in 19256 (169 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:49:20.645 [INFO] !MESSAGE [AUT-0] Starting: ConfigureProjectDefaultVerifications.test (170 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:49:20.659 [INFO] !MESSAGE Pass 170 (774) processed. 1 failed. spent: 90:46, 318:12 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 19256ms [INFO] Pass 170 (774) processed. 1 failed. spent: 90:46, 318:12 mins remaining. CompareTwoTestsCasesFromDiffenetProjectsWithEachOther. time: 19256ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:49:36.847 [INFO] !MESSAGE [AUT-0] Finished: ConfigureProjectDefaultVerifications.test in 14153 (170 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:49:36.849 [INFO] !MESSAGE [AUT-0] Starting: Context.test (171 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:49:36.876 [INFO] !MESSAGE Pass 171 (774) processed. 1 failed. spent: 91:02, 316:46 mins remaining. ConfigureProjectDefaultVerifications. time: 14153ms [INFO] Pass 171 (774) processed. 1 failed. spent: 91:02, 316:46 mins remaining. ConfigureProjectDefaultVerifications. time: 14153ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:49:55.553 [INFO] !MESSAGE [AUT-0] Finished: Context.test in 16713 (171 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:49:55.555 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Description.test (172 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:49:55.597 [INFO] !MESSAGE Pass 172 (774) processed. 1 failed. spent: 91:21, 315:31 mins remaining. Context. time: 16713ms [INFO] Pass 172 (774) processed. 1 failed. spent: 91:21, 315:31 mins remaining. Context. time: 16713ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:50:09.748 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Description.test in 12172 (172 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:50:09.750 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Name.test (173 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:50:09.813 [INFO] !MESSAGE Pass 173 (774) processed. 1 failed. spent: 91:35, 314:00 mins remaining. ContextMenu_Context. time: 12172ms [INFO] Pass 173 (774) processed. 1 failed. spent: 91:35, 314:00 mins remaining. ContextMenu_Context. time: 12172ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:50:24.437 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Name.test in 12637 (173 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:50:24.442 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Script.test (174 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:50:24.445 [INFO] !MESSAGE Pass 174 (774) processed. 1 failed. spent: 91:50, 312:32 mins remaining. ContextMenu_Name. time: 12637ms [INFO] Pass 174 (774) processed. 1 failed. spent: 91:50, 312:32 mins remaining. ContextMenu_Name. time: 12637ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:50:40.124 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Script.test in 13249 (174 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:50:40.127 [INFO] !MESSAGE [AUT-0] Starting: ContextMenu_Tag.test (175 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:50:40.159 [INFO] !MESSAGE Pass 175 (774) processed. 1 failed. spent: 92:05, 311:06 mins remaining. ContextMenu_Script. time: 13249ms [INFO] Pass 175 (774) processed. 1 failed. spent: 92:05, 311:06 mins remaining. ContextMenu_Script. time: 13249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:50:54.301 [INFO] !MESSAGE [AUT-0] Finished: ContextMenu_Tag.test in 11816 (175 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:50:54.303 [INFO] !MESSAGE [AUT-0] Starting: ContextMenusOnOldProjects.test (176 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:50:54.372 [INFO] !MESSAGE Pass 176 (774) processed. 1 failed. spent: 92:20, 309:40 mins remaining. ContextMenu_Tag. time: 11816ms [INFO] Pass 176 (774) processed. 1 failed. spent: 92:20, 309:40 mins remaining. ContextMenu_Tag. time: 11816ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:51:07.959 [INFO] !MESSAGE [AUT-0] Finished: ContextMenusOnOldProjects.test in 11248 (176 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:51:07.962 [INFO] !MESSAGE [AUT-0] Starting: ContextNameUpdateInTestCaseAfterRename.test (177 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:51:07.984 [INFO] !MESSAGE Pass 177 (774) processed. 1 failed. spent: 92:33, 308:09 mins remaining. ContextMenusOnOldProjects. time: 11248ms [INFO] Pass 177 (774) processed. 1 failed. spent: 92:33, 308:09 mins remaining. ContextMenusOnOldProjects. time: 11248ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:51:48.170 [INFO] !MESSAGE [AUT-0] Finished: ContextNameUpdateInTestCaseAfterRename.test in 37914 (177 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:51:48.173 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_Capturing.failed.test (178 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:51:48.264 [INFO] !MESSAGE Pass 178 (774) processed. 1 failed. spent: 93:13, 308:07 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 37914ms [INFO] Pass 178 (774) processed. 1 failed. spent: 93:13, 308:07 mins remaining. ContextNameUpdateInTestCaseAfterRename. time: 37914ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:52:19.409 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_Capturing.failed.test in 28941 (178 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:52:19.413 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ControlPanel.scenario (179 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:52:19.497 [INFO] !MESSAGE Pass 179 (774) processed. 1 failed. spent: 93:45, 307:39 mins remaining. ContextSelectionDialog_Capturing. time: 28941ms [INFO] Pass 179 (774) processed. 1 failed. spent: 93:45, 307:39 mins remaining. ContextSelectionDialog_Capturing. time: 28941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:52:49.726 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ControlPanel.scenario in 27556 (179 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:52:49.730 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_GroupContextEditor.scenario (180 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:52:49.747 [INFO] !MESSAGE Pass 180 (774) processed. 1 failed. spent: 94:15, 307:05 mins remaining. ContextSelectionDialog_ControlPanel. time: 27556ms [INFO] Pass 180 (774) processed. 1 failed. spent: 94:15, 307:05 mins remaining. ContextSelectionDialog_ControlPanel. time: 27556ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:53:04.464 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_GroupContextEditor.scenario in 12584 (180 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:53:04.467 [INFO] !MESSAGE [AUT-0] Starting: ContextSelectionDialog_ScenarioEditor.scenario (181 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:53:04.564 [INFO] !MESSAGE Pass 181 (774) processed. 1 failed. spent: 94:30, 305:42 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 12584ms [INFO] Pass 181 (774) processed. 1 failed. spent: 94:30, 305:42 mins remaining. ContextSelectionDialog_GroupContextEditor. time: 12584ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:53:18.704 [INFO] !MESSAGE [AUT-0] Finished: ContextSelectionDialog_ScenarioEditor.scenario in 11782 (181 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:53:18.707 [INFO] !MESSAGE [AUT-0] Starting: ControlPanel.test (182 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:53:18.778 [INFO] !MESSAGE Pass 182 (774) processed. 1 failed. spent: 94:44, 304:16 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 11782ms [INFO] Pass 182 (774) processed. 1 failed. spent: 94:44, 304:16 mins remaining. ContextSelectionDialog_ScenarioEditor. time: 11782ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:53:41.287 [INFO] !MESSAGE [AUT-0] Finished: ControlPanel.test in 20857 (182 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:53:41.290 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelShoudBeResizeble.test (183 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:53:41.299 [INFO] !MESSAGE Pass 183 (774) processed. 1 failed. spent: 95:06, 303:17 mins remaining. ControlPanel. time: 20857ms [INFO] Pass 183 (774) processed. 1 failed. spent: 95:06, 303:17 mins remaining. ControlPanel. time: 20857ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:56:01.126 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelShoudBeResizeble.test in 135350 (183 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:56:01.129 [INFO] !MESSAGE [AUT-0] Starting: ControlPanelUI.test (184 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:56:01.145 [INFO] !MESSAGE Pass 184 (774) processed. 1 failed. spent: 97:26, 308:32 mins remaining. ControlPanelShoudBeResizeble. time: 135350ms [INFO] Pass 184 (774) processed. 1 failed. spent: 97:26, 308:32 mins remaining. ControlPanelShoudBeResizeble. time: 135350ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:56:19.326 [INFO] !MESSAGE [AUT-0] Finished: ControlPanelUI.test in 16046 (184 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:56:19.330 [INFO] !MESSAGE [AUT-0] Starting: Copy Workspace Context.test (185 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:56:19.362 [INFO] !MESSAGE Pass 185 (774) processed. 1 failed. spent: 97:45, 307:21 mins remaining. ControlPanelUI. time: 16046ms [INFO] Pass 185 (774) processed. 1 failed. spent: 97:45, 307:21 mins remaining. ControlPanelUI. time: 16046ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:56:47.546 [INFO] !MESSAGE [AUT-0] Finished: Copy Workspace Context.test in 25884 (185 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:56:47.549 [INFO] !MESSAGE [AUT-0] Starting: Copy of ContextMenu_Verification.test (186 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:56:47.592 [INFO] !MESSAGE Pass 186 (774) processed. 1 failed. spent: 98:13, 306:39 mins remaining. Copy Workspace Context. time: 25884ms [INFO] Pass 186 (774) processed. 1 failed. spent: 98:13, 306:39 mins remaining. Copy Workspace Context. time: 25884ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:57:02.244 [INFO] !MESSAGE [AUT-0] Finished: Copy of ContextMenu_Verification.test in 12281 (186 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:57:02.247 [INFO] !MESSAGE [AUT-0] Starting: CopyAndMergeFolderToProjectWithDuplicateFolder.test (187 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:57:02.306 [INFO] !MESSAGE Pass 187 (774) processed. 1 failed. spent: 98:27, 305:14 mins remaining. Copy of ContextMenu_Verification. time: 12281ms [INFO] Pass 187 (774) processed. 1 failed. spent: 98:27, 305:14 mins remaining. Copy of ContextMenu_Verification. time: 12281ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:57:36.034 [INFO] !MESSAGE [AUT-0] Finished: CopyAndMergeFolderToProjectWithDuplicateFolder.test in 31470 (187 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:57:36.037 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameContext.test (188 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:57:36.055 [INFO] !MESSAGE Pass 188 (774) processed. 1 failed. spent: 99:01, 304:52 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 31470ms [INFO] Pass 188 (774) processed. 1 failed. spent: 99:01, 304:52 mins remaining. CopyAndMergeFolderToProjectWithDuplicateFolder. time: 31470ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:57:57.748 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameContext.test in 19635 (188 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:57:57.750 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameProject.test (189 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:57:57.780 [INFO] !MESSAGE Pass 189 (774) processed. 1 failed. spent: 99:23, 303:52 mins remaining. CopyAndRenameContext. time: 19635ms [INFO] Pass 189 (774) processed. 1 failed. spent: 99:23, 303:52 mins remaining. CopyAndRenameContext. time: 19635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:58:20.187 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameProject.test in 19710 (189 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:58:20.190 [INFO] !MESSAGE [AUT-0] Starting: CopyAndRenameTestToTheSameLocation.test (190 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:58:20.202 [INFO] !MESSAGE Pass 190 (774) processed. 1 failed. spent: 99:45, 302:53 mins remaining. CopyAndRenameProject. time: 19710ms [INFO] Pass 190 (774) processed. 1 failed. spent: 99:45, 302:53 mins remaining. CopyAndRenameProject. time: 19710ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:58:40.878 [INFO] !MESSAGE [AUT-0] Finished: CopyAndRenameTestToTheSameLocation.test in 18324 (190 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:58:40.881 [INFO] !MESSAGE [AUT-0] Starting: CopyContextFromOneGroupContextToAnother_NEW.test (191 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:58:40.940 [INFO] !MESSAGE Pass 191 (774) processed. 1 failed. spent: 100:06, 301:51 mins remaining. CopyAndRenameTestToTheSameLocation. time: 18324ms [INFO] Pass 191 (774) processed. 1 failed. spent: 100:06, 301:51 mins remaining. CopyAndRenameTestToTheSameLocation. time: 18324ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:59:00.131 [INFO] !MESSAGE [AUT-0] Finished: CopyContextFromOneGroupContextToAnother_NEW.test in 16812 (191 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:59:00.134 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToAnotherTestInOneProject.test (192 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:59:00.158 [INFO] !MESSAGE Pass 192 (774) processed. 1 failed. spent: 100:25, 300:43 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 16812ms [INFO] Pass 192 (774) processed. 1 failed. spent: 100:25, 300:43 mins remaining. CopyContextFromOneGroupContextToAnother_NEW. time: 16812ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:59:20.349 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToAnotherTestInOneProject.test in 17899 (192 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:59:20.352 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestByShortKey.test (193 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:59:20.376 [INFO] !MESSAGE Pass 193 (774) processed. 1 failed. spent: 100:46, 299:42 mins remaining. CopyContextListToAnotherTestInOneProject. time: 17899ms [INFO] Pass 193 (774) processed. 1 failed. spent: 100:46, 299:42 mins remaining. CopyContextListToAnotherTestInOneProject. time: 17899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:59:40.547 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestByShortKey.test in 17933 (193 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 16:59:40.551 [INFO] !MESSAGE [AUT-0] Starting: CopyContextListToTestFromReferencedProject.test (194 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 16:59:40.594 [INFO] !MESSAGE Pass 194 (774) processed. 1 failed. spent: 101:06, 298:39 mins remaining. CopyContextListToTestByShortKey. time: 17933ms [INFO] Pass 194 (774) processed. 1 failed. spent: 101:06, 298:39 mins remaining. CopyContextListToTestByShortKey. time: 17933ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:00:02.288 [INFO] !MESSAGE [AUT-0] Finished: CopyContextListToTestFromReferencedProject.test in 19421 (194 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:00:02.292 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToAnotherProject.test (195 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:00:02.314 [INFO] !MESSAGE Pass 195 (774) processed. 1 failed. spent: 101:27, 297:39 mins remaining. CopyContextListToTestFromReferencedProject. time: 19421ms [INFO] Pass 195 (774) processed. 1 failed. spent: 101:27, 297:39 mins remaining. CopyContextListToTestFromReferencedProject. time: 19421ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:00:42.056 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToAnotherProject.test in 37475 (195 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:00:42.056 [INFO] !MESSAGE Pass 196 (774) processed. 1 failed. spent: 102:07, 299:36 mins remaining. CopyContextToAnotherProject. time: 37475ms [INFO] Pass 196 (774) processed. 1 failed. spent: 102:07, 299:36 mins remaining. CopyContextToAnotherProject. time: 37475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:00:42.059 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToProjectWithDuplicateContext.test (196 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:01:06.288 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToProjectWithDuplicateContext.test in 22155 (196 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:01:06.291 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTestFromNotReferencedProject.test (197 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:01:06.379 [INFO] !MESSAGE Pass 197 (774) processed. 1 failed. spent: 102:32, 296:46 mins remaining. CopyContextToProjectWithDuplicateContext. time: 22155ms [INFO] Pass 197 (774) processed. 1 failed. spent: 102:32, 296:46 mins remaining. CopyContextToProjectWithDuplicateContext. time: 22155ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:01:45.503 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTestFromNotReferencedProject.test in 37055 (197 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:01:45.506 [INFO] !MESSAGE [AUT-0] Starting: CopyContextToTheSameLocation.test (198 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:01:45.515 [INFO] !MESSAGE Pass 198 (774) processed. 1 failed. spent: 103:11, 296:39 mins remaining. CopyContextToTestFromNotReferencedProject. time: 37055ms [INFO] Pass 198 (774) processed. 1 failed. spent: 103:11, 296:39 mins remaining. CopyContextToTestFromNotReferencedProject. time: 37055ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:02:06.165 [INFO] !MESSAGE [AUT-0] Finished: CopyContextToTheSameLocation.test in 18368 (198 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:02:06.168 [INFO] !MESSAGE [AUT-0] Starting: CopyCutPasteDescriptionInDefaultContext.test (199 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:02:06.236 [INFO] !MESSAGE Pass 199 (774) processed. 1 failed. spent: 103:31, 295:36 mins remaining. CopyContextToTheSameLocation. time: 18368ms [INFO] Pass 199 (774) processed. 1 failed. spent: 103:31, 295:36 mins remaining. CopyContextToTheSameLocation. time: 18368ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:02:22.314 [INFO] !MESSAGE [AUT-0] Finished: CopyCutPasteDescriptionInDefaultContext.test in 13746 (199 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:02:22.317 [INFO] !MESSAGE [AUT-0] Starting: CopyDirectory.test (200 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:02:22.351 [INFO] !MESSAGE Pass 200 (774) processed. 1 failed. spent: 103:48, 294:26 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 13746ms [INFO] Pass 200 (774) processed. 1 failed. spent: 103:48, 294:26 mins remaining. CopyCutPasteDescriptionInDefaultContext. time: 13746ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:02:44.523 [INFO] !MESSAGE [AUT-0] Finished: CopyDirectory.test in 19899 (200 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:02:44.525 [INFO] !MESSAGE [AUT-0] Starting: CopyFile.test (201 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:02:44.571 [INFO] !MESSAGE Pass 201 (774) processed. 1 failed. spent: 104:10, 293:30 mins remaining. CopyDirectory. time: 19899ms [INFO] Pass 201 (774) processed. 1 failed. spent: 104:10, 293:30 mins remaining. CopyDirectory. time: 19899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:03:07.273 [INFO] !MESSAGE [AUT-0] Finished: CopyFile.test in 20605 (201 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:03:07.276 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToAnotherProject.test (202 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:03:07.292 [INFO] !MESSAGE Pass 202 (774) processed. 1 failed. spent: 104:32, 292:35 mins remaining. CopyFile. time: 20605ms [INFO] Pass 202 (774) processed. 1 failed. spent: 104:32, 292:35 mins remaining. CopyFile. time: 20605ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:03:37.578 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToAnotherProject.test in 27890 (202 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:03:37.581 [INFO] !MESSAGE [AUT-0] Starting: CopyFolderToTheSameLocation.test (203 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:03:37.620 [INFO] !MESSAGE Pass 203 (774) processed. 1 failed. spent: 105:03, 292:05 mins remaining. CopyFolderToAnotherProject. time: 27890ms [INFO] Pass 203 (774) processed. 1 failed. spent: 105:03, 292:05 mins remaining. CopyFolderToAnotherProject. time: 27890ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:04:13.817 [INFO] !MESSAGE [AUT-0] Finished: CopyFolderToTheSameLocation.test in 34013 (203 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:04:13.821 [INFO] !MESSAGE [AUT-0] Starting: CopyGroupContextWithAddingReference_NEW.test (204 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:04:13.854 [INFO] !MESSAGE Pass 204 (774) processed. 1 failed. spent: 105:39, 291:49 mins remaining. CopyFolderToTheSameLocation. time: 34013ms [INFO] Pass 204 (774) processed. 1 failed. spent: 105:39, 291:49 mins remaining. CopyFolderToTheSameLocation. time: 34013ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:04:45.096 [INFO] !MESSAGE [AUT-0] Finished: CopyGroupContextWithAddingReference_NEW.test in 28682 (204 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:04:45.099 [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-31 17:04:45.184 [INFO] !MESSAGE Pass 205 (774) processed. 1 failed. spent: 106:10, 291:19 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 28682ms [INFO] Pass 205 (774) processed. 1 failed. spent: 106:10, 291:19 mins remaining. CopyGroupContextWithAddingReference_NEW. time: 28682ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:05:01.309 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In ECL Context Editor From Menu.test in 13650 (205 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:05:01.311 [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-31 17:05:01.346 [INFO] !MESSAGE Pass 206 (774) processed. 1 failed. spent: 106:27, 290:10 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 13650ms [INFO] Pass 206 (774) processed. 1 failed. spent: 106:27, 290:10 mins remaining. CopyPaste In ECL Context Editor From Menu. time: 13650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:05:16.056 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Folder Context Editor From Menu.test in 12184 (206 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:05:16.059 [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-31 17:05:16.060 [INFO] !MESSAGE Pass 207 (774) processed. 1 failed. spent: 106:41, 288:54 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 12184ms [INFO] Pass 207 (774) processed. 1 failed. spent: 106:41, 288:54 mins remaining. CopyPaste In Folder Context Editor From Menu. time: 12184ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:05:31.284 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Group Context Editor From Menu.test in 13202 (207 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:05:31.287 [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-31 17:05:31.375 [INFO] !MESSAGE Pass 208 (774) processed. 1 failed. spent: 106:57, 287:44 mins remaining. CopyPaste In Group Context Editor From Menu. time: 13202ms [INFO] Pass 208 (774) processed. 1 failed. spent: 106:57, 287:44 mins remaining. CopyPaste In Group Context Editor From Menu. time: 13202ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:05:46.076 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Launch Context Editor From Menu.test in 12197 (208 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:05:46.079 [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-31 17:05:46.089 [INFO] !MESSAGE Pass 209 (774) processed. 1 failed. spent: 107:11, 286:29 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 12197ms [INFO] Pass 209 (774) processed. 1 failed. spent: 107:11, 286:29 mins remaining. CopyPaste In Launch Context Editor From Menu. time: 12197ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:06:01.796 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Parameters Context Editor From Menu.test in 13560 (209 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:06:01.798 [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-31 17:06:01.803 [INFO] !MESSAGE Pass 210 (774) processed. 1 failed. spent: 107:27, 285:21 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 13560ms [INFO] Pass 210 (774) processed. 1 failed. spent: 107:27, 285:21 mins remaining. CopyPaste In Parameters Context Editor From Menu. time: 13560ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:06:17.578 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Preference Context Editor From Menu.test in 13337 (210 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:06:17.581 [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-31 17:06:17.618 [INFO] !MESSAGE Pass 211 (774) processed. 1 failed. spent: 107:43, 284:12 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 13337ms [INFO] Pass 211 (774) processed. 1 failed. spent: 107:43, 284:12 mins remaining. CopyPaste In Preference Context Editor From Menu. time: 13337ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:06:32.281 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Project Settings Editor From Menu.test in 12418 (211 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:06:32.285 [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-31 17:06:32.333 [INFO] !MESSAGE Pass 212 (774) processed. 1 failed. spent: 107:57, 282:59 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 12418ms [INFO] Pass 212 (774) processed. 1 failed. spent: 107:57, 282:59 mins remaining. CopyPaste In Project Settings Editor From Menu. time: 12418ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:06:47.968 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Super Context Editor From Menu.test in 13324 (212 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:06:47.970 [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-31 17:06:48.049 [INFO] !MESSAGE Pass 213 (774) processed. 1 failed. spent: 108:13, 281:52 mins remaining. CopyPaste In Super Context Editor From Menu. time: 13324ms [INFO] Pass 213 (774) processed. 1 failed. spent: 108:13, 281:52 mins remaining. CopyPaste In Super Context Editor From Menu. time: 13324ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:07:08.010 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Test Case Editor From Menu.test in 17271 (213 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:07:08.042 [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-31 17:07:08.070 [INFO] !MESSAGE Pass 214 (774) processed. 1 failed. spent: 108:33, 280:55 mins remaining. CopyPaste In Test Case Editor From Menu. time: 17271ms [INFO] Pass 214 (774) processed. 1 failed. spent: 108:33, 280:55 mins remaining. CopyPaste In Test Case Editor From Menu. time: 17271ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:07:24.275 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Verification Editor From Menu.test in 13640 (214 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:07:24.278 [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-31 17:07:24.285 [INFO] !MESSAGE Pass 215 (774) processed. 1 failed. spent: 108:49, 279:48 mins remaining. CopyPaste In Verification Editor From Menu. time: 13640ms [INFO] Pass 215 (774) processed. 1 failed. spent: 108:49, 279:48 mins remaining. CopyPaste In Verification Editor From Menu. time: 13640ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:07:39.488 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workbench Context Editor From Menu.test in 12821 (215 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:07:39.490 [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-31 17:07:39.499 [INFO] !MESSAGE Pass 216 (774) processed. 1 failed. spent: 109:05, 278:42 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 12821ms [INFO] Pass 216 (774) processed. 1 failed. spent: 109:05, 278:42 mins remaining. CopyPaste In Workbench Context Editor From Menu. time: 12821ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:07:58.217 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste In Workspace Context Editor From Menu.test in 16579 (216 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:07:58.219 [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-31 17:07:58.315 [INFO] !MESSAGE Pass 217 (774) processed. 1 failed. spent: 109:23, 277:42 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 16579ms [INFO] Pass 217 (774) processed. 1 failed. spent: 109:23, 277:42 mins remaining. CopyPaste In Workspace Context Editor From Menu. time: 16579ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:08:12.935 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters From One Context To Another.test in 12493 (217 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:08:12.944 [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-31 17:08:13.029 [INFO] !MESSAGE Pass 218 (774) processed. 1 failed. spent: 109:38, 276:34 mins remaining. CopyPaste Parameters From One Context To Another. time: 12493ms [INFO] Pass 218 (774) processed. 1 failed. spent: 109:38, 276:34 mins remaining. CopyPaste Parameters From One Context To Another. time: 12493ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:08:26.634 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters To Text Field.test in 11623 (218 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:08:26.637 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Conflict.test (219 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:08:26.652 [INFO] !MESSAGE Pass 219 (774) processed. 1 failed. spent: 109:52, 275:24 mins remaining. CopyPaste Parameters To Text Field. time: 11623ms [INFO] Pass 219 (774) processed. 1 failed. spent: 109:52, 275:24 mins remaining. CopyPaste Parameters To Text Field. time: 11623ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:08:48.368 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Conflict.test in 19419 (219 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:08:48.370 [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-31 17:08:48.372 [INFO] !MESSAGE Pass 220 (774) processed. 1 failed. spent: 110:14, 274:35 mins remaining. CopyPaste Parameters_Conflict. time: 19419ms [INFO] Pass 220 (774) processed. 1 failed. spent: 110:14, 274:35 mins remaining. CopyPaste Parameters_Conflict. time: 19419ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:09:07.569 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Ctrl+C_Ctrl+V.test in 16867 (220 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:09:07.573 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste Parameters_Menu.test (221 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:09:07.590 [INFO] !MESSAGE Pass 221 (774) processed. 1 failed. spent: 110:33, 273:38 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 16867ms [INFO] Pass 221 (774) processed. 1 failed. spent: 110:33, 273:38 mins remaining. CopyPaste Parameters_Ctrl+C_Ctrl+V. time: 16867ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:09:23.249 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste Parameters_Menu.test in 13632 (221 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:09:23.252 [INFO] !MESSAGE [AUT-0] Starting: CopyPaste in Script Viewer.test (222 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:09:23.349 [INFO] !MESSAGE Pass 222 (774) processed. 1 failed. spent: 110:49, 272:35 mins remaining. CopyPaste Parameters_Menu. time: 13632ms [INFO] Pass 222 (774) processed. 1 failed. spent: 110:49, 272:35 mins remaining. CopyPaste Parameters_Menu. time: 13632ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:09:46.541 [INFO] !MESSAGE [AUT-0] Finished: CopyPaste in Script Viewer.test in 20485 (222 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:09:46.544 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteContextBetweenTestsByDragDrop.test (223 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:09:46.570 [INFO] !MESSAGE Pass 223 (774) processed. 1 failed. spent: 111:12, 271:49 mins remaining. CopyPaste in Script Viewer. time: 20485ms [INFO] Pass 223 (774) processed. 1 failed. spent: 111:12, 271:49 mins remaining. CopyPaste in Script Viewer. time: 20485ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:10:07.755 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteContextBetweenTestsByDragDrop.test in 18655 (223 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:10:07.758 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteEditorsBetweenWBContexts.test (224 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:10:07.790 [INFO] !MESSAGE Pass 224 (774) processed. 1 failed. spent: 111:33, 270:58 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 18655ms [INFO] Pass 224 (774) processed. 1 failed. spent: 111:33, 270:58 mins remaining. CopyPasteContextBetweenTestsByDragDrop. time: 18655ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:10:38.524 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteEditorsBetweenWBContexts.test in 28541 (224 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:10:38.526 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteProjectByShortKeys.test (225 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:10:38.561 [INFO] !MESSAGE Pass 225 (774) processed. 1 failed. spent: 112:04, 270:32 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 28541ms [INFO] Pass 225 (774) processed. 1 failed. spent: 112:04, 270:32 mins remaining. CopyPasteEditorsBetweenWBContexts. time: 28541ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:11:07.744 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteProjectByShortKeys.test in 26465 (225 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:11:07.747 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuites.test (226 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:11:07.754 [INFO] !MESSAGE Pass 226 (774) processed. 1 failed. spent: 112:33, 270:01 mins remaining. CopyPasteProjectByShortKeys. time: 26465ms [INFO] Pass 226 (774) processed. 1 failed. spent: 112:33, 270:01 mins remaining. CopyPasteProjectByShortKeys. time: 26465ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:11:27.926 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuites.test in 17741 (226 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:11:27.928 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByDragDrop.test (227 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:11:27.973 [INFO] !MESSAGE Pass 227 (774) processed. 1 failed. spent: 112:53, 269:08 mins remaining. CopyPasteTestsBetweenTestSuites. time: 17741ms [INFO] Pass 227 (774) processed. 1 failed. spent: 112:53, 269:08 mins remaining. CopyPasteTestsBetweenTestSuites. time: 17741ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:11:50.162 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByDragDrop.test in 19967 (227 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:11:50.165 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTestsBetweenTestSuitesByShortKey.test (228 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:11:50.193 [INFO] !MESSAGE Pass 228 (774) processed. 1 failed. spent: 113:15, 268:21 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 19967ms [INFO] Pass 228 (774) processed. 1 failed. spent: 113:15, 268:21 mins remaining. CopyPasteTestsBetweenTestSuitesByDragDrop. time: 19967ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:12:10.883 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTestsBetweenTestSuitesByShortKey.test in 18378 (228 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:12:10.885 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteTextInDescriptionByShortKey.test (229 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:12:10.911 [INFO] !MESSAGE Pass 229 (774) processed. 1 failed. spent: 113:36, 267:31 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 18378ms [INFO] Pass 229 (774) processed. 1 failed. spent: 113:36, 267:31 mins remaining. CopyPasteTestsBetweenTestSuitesByShortKey. time: 18378ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:12:35.110 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteTextInDescriptionByShortKey.test in 21669 (229 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:12:35.113 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteViewsBetweenWBContexts.test (230 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:12:35.161 [INFO] !MESSAGE Pass 230 (774) processed. 1 failed. spent: 114:00, 266:49 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 21669ms [INFO] Pass 230 (774) processed. 1 failed. spent: 114:00, 266:49 mins remaining. CopyPasteTextInDescriptionByShortKey. time: 21669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:12:59.356 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteViewsBetweenWBContexts.test in 21941 (230 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:12:59.360 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test (231 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:12:59.384 [INFO] !MESSAGE Pass 231 (774) processed. 1 failed. spent: 114:25, 266:09 mins remaining. CopyPasteViewsBetweenWBContexts. time: 21941ms [INFO] Pass 231 (774) processed. 1 failed. spent: 114:25, 266:09 mins remaining. CopyPasteViewsBetweenWBContexts. time: 21941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:13:22.584 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWSContextWithUncheckedClearWorkspaceOption.test in 21064 (231 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:13:22.587 [INFO] !MESSAGE [AUT-0] Starting: CopyPasteWithMenuIntoEmptyField.test (232 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:13:22.643 [INFO] !MESSAGE Pass 232 (774) processed. 1 failed. spent: 114:48, 265:24 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 21064ms [INFO] Pass 232 (774) processed. 1 failed. spent: 114:48, 265:24 mins remaining. CopyPasteWSContextWithUncheckedClearWorkspaceOption. time: 21064ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:13:35.756 [INFO] !MESSAGE [AUT-0] Finished: CopyPasteWithMenuIntoEmptyField.test in 11015 (232 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:13:35.759 [INFO] !MESSAGE [AUT-0] Starting: CopyProject.test (233 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:13:35.856 [INFO] !MESSAGE Pass 233 (774) processed. 1 failed. spent: 115:01, 264:17 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 11015ms [INFO] Pass 233 (774) processed. 1 failed. spent: 115:01, 264:17 mins remaining. CopyPasteWithMenuIntoEmptyField. time: 11015ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:14:04.446 [INFO] !MESSAGE [AUT-0] Finished: CopyProject.test in 26342 (233 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:14:04.448 [INFO] !MESSAGE [AUT-0] Starting: CopyProjectAfterDeletingReferences.test (234 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:14:04.482 [INFO] !MESSAGE Pass 234 (774) processed. 1 failed. spent: 115:30, 263:47 mins remaining. CopyProject. time: 26342ms [INFO] Pass 234 (774) processed. 1 failed. spent: 115:30, 263:47 mins remaining. CopyProject. time: 26342ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:14:33.625 [INFO] !MESSAGE [AUT-0] Finished: CopyProjectAfterDeletingReferences.test in 26592 (234 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:14:33.628 [INFO] !MESSAGE [AUT-0] Starting: CopyTestSuite.test (235 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:14:33.708 [INFO] !MESSAGE Pass 235 (774) processed. 1 failed. spent: 115:59, 263:17 mins remaining. CopyProjectAfterDeletingReferences. time: 26592ms [INFO] Pass 235 (774) processed. 1 failed. spent: 115:59, 263:17 mins remaining. CopyProjectAfterDeletingReferences. time: 26592ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:14:53.485 [INFO] !MESSAGE [AUT-0] Finished: CopyTestSuite.test in 17593 (235 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:14:53.487 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToAnotherProjectAndGetUnresolvedRefs.test (236 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:14:53.526 [INFO] !MESSAGE Pass 236 (774) processed. 1 failed. spent: 116:19, 262:26 mins remaining. CopyTestSuite. time: 17593ms [INFO] Pass 236 (774) processed. 1 failed. spent: 116:19, 262:26 mins remaining. CopyTestSuite. time: 17593ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:15:19.251 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToAnotherProjectAndGetUnresolvedRefs.test in 23545 (236 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:15:19.256 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToProjectWithDuplicateTest.test (237 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:15:19.260 [INFO] !MESSAGE Pass 237 (774) processed. 1 failed. spent: 116:44, 261:47 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 23545ms [INFO] Pass 237 (774) processed. 1 failed. spent: 116:44, 261:47 mins remaining. CopyTestToAnotherProjectAndGetUnresolvedRefs. time: 23545ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:15:44.599 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToProjectWithDuplicateTest.test in 22964 (237 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:15:44.603 [INFO] !MESSAGE [AUT-0] Starting: CopyTestToTheSameLocation.test (238 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:15:44.684 [INFO] !MESSAGE Pass 238 (774) processed. 1 failed. spent: 117:10, 261:11 mins remaining. CopyTestToProjectWithDuplicateTest. time: 22964ms [INFO] Pass 238 (774) processed. 1 failed. spent: 117:10, 261:11 mins remaining. CopyTestToProjectWithDuplicateTest. time: 22964ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:16:05.837 [INFO] !MESSAGE [AUT-0] Finished: CopyTestToTheSameLocation.test in 18839 (238 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:16:05.841 [INFO] !MESSAGE [AUT-0] Starting: CopyTestWithItsRefsToAnotherProject.test (239 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:16:05.904 [INFO] !MESSAGE Pass 239 (774) processed. 1 failed. spent: 117:31, 260:23 mins remaining. CopyTestToTheSameLocation. time: 18839ms [INFO] Pass 239 (774) processed. 1 failed. spent: 117:31, 260:23 mins remaining. CopyTestToTheSameLocation. time: 18839ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:16:25.023 [INFO] !MESSAGE [AUT-0] Finished: CopyTestWithItsRefsToAnotherProject.test in 17029 (239 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:16:25.026 [INFO] !MESSAGE [AUT-0] Starting: Create New ECL Context.test (240 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:16:25.121 [INFO] !MESSAGE Pass 240 (774) processed. 1 failed. spent: 117:50, 259:31 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 17029ms [INFO] Pass 240 (774) processed. 1 failed. spent: 117:50, 259:31 mins remaining. CopyTestWithItsRefsToAnotherProject. time: 17029ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:16:39.656 [INFO] !MESSAGE [AUT-0] Finished: Create New ECL Context.test in 12768 (240 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:16:39.659 [INFO] !MESSAGE [AUT-0] Starting: Create New Preference Context.test (241 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:16:39.751 [INFO] !MESSAGE Pass 241 (774) processed. 1 failed. spent: 118:05, 258:31 mins remaining. Create New ECL Context. time: 12768ms [INFO] Pass 241 (774) processed. 1 failed. spent: 118:05, 258:31 mins remaining. Create New ECL Context. time: 12768ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:16:55.314 [INFO] !MESSAGE [AUT-0] Finished: Create New Preference Context.test in 13745 (241 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:16:55.317 [INFO] !MESSAGE [AUT-0] Starting: Create New Workbench Context.test (242 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:16:55.364 [INFO] !MESSAGE Pass 242 (774) processed. 1 failed. spent: 118:21, 257:33 mins remaining. Create New Preference Context. time: 13745ms [INFO] Pass 242 (774) processed. 1 failed. spent: 118:21, 257:33 mins remaining. Create New Preference Context. time: 13745ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:17:10.965 [INFO] !MESSAGE [AUT-0] Finished: Create New Workbench Context.test in 13459 (242 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:17:10.968 [INFO] !MESSAGE [AUT-0] Starting: Create New Workspace Context.test (243 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:17:10.979 [INFO] !MESSAGE Pass 243 (774) processed. 1 failed. spent: 118:36, 256:33 mins remaining. Create New Workbench Context. time: 13459ms [INFO] Pass 243 (774) processed. 1 failed. spent: 118:36, 256:33 mins remaining. Create New Workbench Context. time: 13459ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:17:27.168 [INFO] !MESSAGE [AUT-0] Finished: Create New Workspace Context.test in 13853 (243 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:17:27.170 [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-31 17:17:27.193 [INFO] !MESSAGE Pass 244 (774) processed. 1 failed. spent: 118:52, 255:36 mins remaining. Create New Workspace Context. time: 13853ms [INFO] Pass 244 (774) processed. 1 failed. spent: 118:52, 255:36 mins remaining. Create New Workspace Context. time: 13853ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:17:40.771 [INFO] !MESSAGE [AUT-0] Finished: Create Project With Copy Paste.scenario in 11590 (244 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:17:40.773 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithExistingName.test (245 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:17:40.806 [INFO] !MESSAGE Pass 245 (774) processed. 1 failed. spent: 119:06, 254:35 mins remaining. Create Project With Copy Paste. time: 11590ms [INFO] Pass 245 (774) processed. 1 failed. spent: 119:06, 254:35 mins remaining. Create Project With Copy Paste. time: 11590ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:18:13.895 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithExistingName.test in 31405 (245 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:18:13.898 [INFO] !MESSAGE [AUT-0] Starting: CreateAUTWithIncorrectSymbols.test (246 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:18:13.972 [INFO] !MESSAGE Pass 246 (774) processed. 1 failed. spent: 119:39, 254:15 mins remaining. CreateAUTWithExistingName. time: 31405ms [INFO] Pass 246 (774) processed. 1 failed. spent: 119:39, 254:15 mins remaining. CreateAUTWithExistingName. time: 31405ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:21:05.142 [INFO] !MESSAGE [AUT-0] Finished: CreateAUTWithIncorrectSymbols.test in 157469 (246 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:21:05.145 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateFolder.test (247 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:21:05.167 [INFO] !MESSAGE Pass 247 (774) processed. 1 failed. spent: 122:30, 258:46 mins remaining. CreateAUTWithIncorrectSymbols. time: 157469ms [INFO] Pass 247 (774) processed. 1 failed. spent: 122:30, 258:46 mins remaining. CreateAUTWithIncorrectSymbols. time: 157469ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:21:28.803 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateFolder.test in 21621 (247 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:21:28.808 [INFO] !MESSAGE [AUT-0] Starting: CreateContextAndCreateProject.test (248 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:21:28.889 [INFO] !MESSAGE Pass 248 (774) processed. 1 failed. spent: 122:54, 258:05 mins remaining. CreateContextAndCreateFolder. time: 21621ms [INFO] Pass 248 (774) processed. 1 failed. spent: 122:54, 258:05 mins remaining. CreateContextAndCreateFolder. time: 21621ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:21:49.961 [INFO] !MESSAGE [AUT-0] Finished: CreateContextAndCreateProject.test in 19194 (248 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:21:49.963 [INFO] !MESSAGE [AUT-0] Starting: CreateContextWithDuplicateName.test (249 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:21:50.048 [INFO] !MESSAGE Pass 249 (774) processed. 1 failed. spent: 123:15, 257:18 mins remaining. CreateContextAndCreateProject. time: 19194ms [INFO] Pass 249 (774) processed. 1 failed. spent: 123:15, 257:18 mins remaining. CreateContextAndCreateProject. time: 19194ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:22:10.642 [INFO] !MESSAGE [AUT-0] Finished: CreateContextWithDuplicateName.test in 18659 (249 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:22:10.645 [INFO] !MESSAGE [AUT-0] Starting: CreateDuplicateTestSuite.test (250 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:22:10.667 [INFO] !MESSAGE Pass 250 (774) processed. 1 failed. spent: 123:36, 256:31 mins remaining. CreateContextWithDuplicateName. time: 18659ms [INFO] Pass 250 (774) processed. 1 failed. spent: 123:36, 256:31 mins remaining. CreateContextWithDuplicateName. time: 18659ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:22:25.395 [INFO] !MESSAGE [AUT-0] Finished: CreateDuplicateTestSuite.test in 12433 (250 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:22:25.397 [INFO] !MESSAGE [AUT-0] Starting: CreateGroupContext.test (251 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:22:25.480 [INFO] !MESSAGE Pass 251 (774) processed. 1 failed. spent: 123:51, 255:31 mins remaining. CreateDuplicateTestSuite. time: 12433ms [INFO] Pass 251 (774) processed. 1 failed. spent: 123:51, 255:31 mins remaining. CreateDuplicateTestSuite. time: 12433ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:22:40.589 [INFO] !MESSAGE [AUT-0] Finished: CreateGroupContext.test in 13008 (251 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:22:40.591 [INFO] !MESSAGE [AUT-0] Starting: CreateLaunchContext.test (252 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:22:40.594 [INFO] !MESSAGE Pass 252 (774) processed. 1 failed. spent: 124:06, 254:33 mins remaining. CreateGroupContext. time: 13008ms [INFO] Pass 252 (774) processed. 1 failed. spent: 124:06, 254:33 mins remaining. CreateGroupContext. time: 13008ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:22:55.785 [INFO] !MESSAGE [AUT-0] Finished: CreateLaunchContext.test in 12910 (252 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:22:55.788 [INFO] !MESSAGE [AUT-0] Starting: CreateMultiAutSuite.test (253 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:22:55.808 [INFO] !MESSAGE Pass 253 (774) processed. 1 failed. spent: 124:21, 253:34 mins remaining. CreateLaunchContext. time: 12910ms [INFO] Pass 253 (774) processed. 1 failed. spent: 124:21, 253:34 mins remaining. CreateLaunchContext. time: 12910ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:23:08.320 [INFO] !MESSAGE [AUT-0] Finished: CreateMultiAutSuite.test in 10723 (253 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:23:08.322 [INFO] !MESSAGE [AUT-0] Starting: CreateNewAUTFromRunConfiguration.test (254 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:23:08.350 [INFO] !MESSAGE Pass 254 (774) processed. 1 failed. spent: 124:34, 252:32 mins remaining. CreateMultiAutSuite. time: 10723ms [INFO] Pass 254 (774) processed. 1 failed. spent: 124:34, 252:32 mins remaining. CreateMultiAutSuite. time: 10723ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:23:43.866 [INFO] !MESSAGE [AUT-0] Finished: CreateNewAUTFromRunConfiguration.test in 33643 (254 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:23:43.868 [INFO] !MESSAGE [AUT-0] Starting: CreateNewContextWhileAddingIntoGroupContext.test (255 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:23:43.883 [INFO] !MESSAGE Pass 255 (774) processed. 1 failed. spent: 125:09, 252:14 mins remaining. CreateNewAUTFromRunConfiguration. time: 33643ms [INFO] Pass 255 (774) processed. 1 failed. spent: 125:09, 252:14 mins remaining. CreateNewAUTFromRunConfiguration. time: 33643ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:24:13.058 [INFO] !MESSAGE [AUT-0] Finished: CreateNewContextWhileAddingIntoGroupContext.test in 26953 (255 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:24:13.061 [INFO] !MESSAGE [AUT-0] Starting: CreateNewObjectFromToolbar.test (256 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:24:13.108 [INFO] !MESSAGE Pass 256 (774) processed. 1 failed. spent: 125:38, 251:45 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 26953ms [INFO] Pass 256 (774) processed. 1 failed. spent: 125:38, 251:45 mins remaining. CreateNewContextWhileAddingIntoGroupContext. time: 26953ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:24:40.746 [INFO] !MESSAGE [AUT-0] Finished: CreateNewObjectFromToolbar.test in 25602 (256 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:24:40.751 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTextVerification.test (257 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:24:40.760 [INFO] !MESSAGE Pass 257 (774) processed. 1 failed. spent: 126:06, 251:13 mins remaining. CreateNewObjectFromToolbar. time: 25602ms [INFO] Pass 257 (774) processed. 1 failed. spent: 126:06, 251:13 mins remaining. CreateNewObjectFromToolbar. time: 25602ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:24:55.927 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTextVerification.test in 13015 (257 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:24:55.931 [INFO] !MESSAGE [AUT-0] Starting: CreateNewTimeVerification.test (258 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:24:55.975 [INFO] !MESSAGE Pass 258 (774) processed. 1 failed. spent: 126:21, 250:16 mins remaining. CreateNewTextVerification. time: 13015ms [INFO] Pass 258 (774) processed. 1 failed. spent: 126:21, 250:16 mins remaining. CreateNewTextVerification. time: 13015ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:25:12.122 [INFO] !MESSAGE [AUT-0] Finished: CreateNewTimeVerification.test in 13674 (258 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:25:12.125 [INFO] !MESSAGE [AUT-0] Starting: CreateProjectWithDuplicateName.test (259 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:25:12.190 [INFO] !MESSAGE Pass 259 (774) processed. 1 failed. spent: 126:37, 249:21 mins remaining. CreateNewTimeVerification. time: 13674ms [INFO] Pass 259 (774) processed. 1 failed. spent: 126:37, 249:21 mins remaining. CreateNewTimeVerification. time: 13674ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:25:27.283 [INFO] !MESSAGE [AUT-0] Finished: CreateProjectWithDuplicateName.test in 12687 (259 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:25:27.285 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperEclContext.test (260 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:25:27.343 [INFO] !MESSAGE Pass 260 (774) processed. 1 failed. spent: 126:52, 248:24 mins remaining. CreateProjectWithDuplicateName. time: 12687ms [INFO] Pass 260 (774) processed. 1 failed. spent: 126:52, 248:24 mins remaining. CreateProjectWithDuplicateName. time: 12687ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:25:44.931 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperEclContext.test in 15758 (260 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:25:44.934 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperFolderContext.test (261 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:25:44.958 [INFO] !MESSAGE Pass 261 (774) processed. 1 failed. spent: 127:10, 247:33 mins remaining. CreateSuperEclContext. time: 15758ms [INFO] Pass 261 (774) processed. 1 failed. spent: 127:10, 247:33 mins remaining. CreateSuperEclContext. time: 15758ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:26:00.617 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperFolderContext.test in 13369 (261 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:26:00.619 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperLaunchContext.test (262 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:26:00.672 [INFO] !MESSAGE Pass 262 (774) processed. 1 failed. spent: 127:26, 246:39 mins remaining. CreateSuperFolderContext. time: 13369ms [INFO] Pass 262 (774) processed. 1 failed. spent: 127:26, 246:39 mins remaining. CreateSuperFolderContext. time: 13369ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:26:18.281 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperLaunchContext.test in 15457 (262 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:26:18.283 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperParametersContext.test (263 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:26:18.288 [INFO] !MESSAGE Pass 263 (774) processed. 1 failed. spent: 127:43, 245:47 mins remaining. CreateSuperLaunchContext. time: 15457ms [INFO] Pass 263 (774) processed. 1 failed. spent: 127:43, 245:47 mins remaining. CreateSuperLaunchContext. time: 15457ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:26:35.978 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperParametersContext.test in 15300 (263 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:26:35.983 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperPreferencesContext.test (264 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:26:36.005 [INFO] !MESSAGE Pass 264 (774) processed. 1 failed. spent: 128:01, 244:57 mins remaining. CreateSuperParametersContext. time: 15300ms [INFO] Pass 264 (774) processed. 1 failed. spent: 128:01, 244:57 mins remaining. CreateSuperParametersContext. time: 15300ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:26:54.147 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperPreferencesContext.test in 15732 (264 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:26:54.150 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkbenchContext.test (265 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:26:54.222 [INFO] !MESSAGE Pass 265 (774) processed. 1 failed. spent: 128:19, 244:08 mins remaining. CreateSuperPreferencesContext. time: 15732ms [INFO] Pass 265 (774) processed. 1 failed. spent: 128:19, 244:08 mins remaining. CreateSuperPreferencesContext. time: 15732ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:27:11.851 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkbenchContext.test in 15581 (265 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:27:11.851 [INFO] !MESSAGE Pass 266 (774) processed. 1 failed. spent: 128:37, 244:42 mins remaining. CreateSuperWorkbenchContext. time: 15581ms [INFO] Pass 266 (774) processed. 1 failed. spent: 128:37, 244:42 mins remaining. CreateSuperWorkbenchContext. time: 15581ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:27:11.853 [INFO] !MESSAGE [AUT-0] Starting: CreateSuperWorkspaceContext.test (266 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:27:27.552 [INFO] !MESSAGE [AUT-0] Finished: CreateSuperWorkspaceContext.test in 13298 (266 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:27:27.556 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateFolder.test (267 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:27:27.566 [INFO] !MESSAGE Pass 267 (774) processed. 1 failed. spent: 128:53, 242:26 mins remaining. CreateSuperWorkspaceContext. time: 13298ms [INFO] Pass 267 (774) processed. 1 failed. spent: 128:53, 242:26 mins remaining. CreateSuperWorkspaceContext. time: 13298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:27:49.299 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateFolder.test in 19478 (267 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:27:49.302 [INFO] !MESSAGE [AUT-0] Starting: CreateTestAndCreateProject.test (268 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:27:49.388 [INFO] !MESSAGE Pass 268 (774) processed. 1 failed. spent: 129:15, 241:44 mins remaining. CreateTestAndCreateFolder. time: 19478ms [INFO] Pass 268 (774) processed. 1 failed. spent: 129:15, 241:44 mins remaining. CreateTestAndCreateFolder. time: 19478ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:28:06.952 [INFO] !MESSAGE [AUT-0] Finished: CreateTestAndCreateProject.test in 15453 (268 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:28:06.954 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteAndProjectViaWizard.test (269 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:28:07.004 [INFO] !MESSAGE Pass 269 (774) processed. 1 failed. spent: 129:32, 240:54 mins remaining. CreateTestAndCreateProject. time: 15453ms [INFO] Pass 269 (774) processed. 1 failed. spent: 129:32, 240:54 mins remaining. CreateTestAndCreateProject. time: 15453ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:28:24.962 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteAndProjectViaWizard.test in 15363 (269 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:28:24.965 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteByFileMenu.test (270 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:28:25.023 [INFO] !MESSAGE Pass 270 (774) processed. 1 failed. spent: 129:50, 240:05 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 15363ms [INFO] Pass 270 (774) processed. 1 failed. spent: 129:50, 240:05 mins remaining. CreateTestSuiteAndProjectViaWizard. time: 15363ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:28:41.635 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteByFileMenu.test in 14442 (270 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:28:41.638 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteInNewFolder.test (271 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:28:41.639 [INFO] !MESSAGE Pass 271 (774) processed. 1 failed. spent: 130:07, 239:15 mins remaining. CreateTestSuiteByFileMenu. time: 14442ms [INFO] Pass 271 (774) processed. 1 failed. spent: 130:07, 239:15 mins remaining. CreateTestSuiteByFileMenu. time: 14442ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:29:02.803 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteInNewFolder.test in 18897 (271 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:29:02.806 [INFO] !MESSAGE [AUT-0] Starting: CreateTestSuiteViaContextMenu.test (272 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:29:02.860 [INFO] !MESSAGE Pass 272 (774) processed. 1 failed. spent: 130:28, 238:33 mins remaining. CreateTestSuiteInNewFolder. time: 18897ms [INFO] Pass 272 (774) processed. 1 failed. spent: 130:28, 238:33 mins remaining. CreateTestSuiteInNewFolder. time: 18897ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:29:19.465 [INFO] !MESSAGE [AUT-0] Finished: CreateTestSuiteViaContextMenu.test in 14464 (272 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:29:19.468 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithDuplicateName.test (273 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:29:19.475 [INFO] !MESSAGE Pass 273 (774) processed. 1 failed. spent: 130:45, 237:43 mins remaining. CreateTestSuiteViaContextMenu. time: 14464ms [INFO] Pass 273 (774) processed. 1 failed. spent: 130:45, 237:43 mins remaining. CreateTestSuiteViaContextMenu. time: 14464ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:29:45.650 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithDuplicateName.test in 23882 (273 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:29:45.652 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithNameOfDiacritic.test (274 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:29:45.707 [INFO] !MESSAGE Pass 274 (774) processed. 1 failed. spent: 131:11, 237:10 mins remaining. CreateTestWithDuplicateName. time: 23882ms [INFO] Pass 274 (774) processed. 1 failed. spent: 131:11, 237:10 mins remaining. CreateTestWithDuplicateName. time: 23882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:30:06.341 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithNameOfDiacritic.test in 18320 (274 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:30:06.343 [INFO] !MESSAGE [AUT-0] Starting: CreateTestWithSpecificSymbolInName.test (275 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:30:06.353 [INFO] !MESSAGE Pass 275 (774) processed. 1 failed. spent: 131:32, 236:28 mins remaining. CreateTestWithNameOfDiacritic. time: 18320ms [INFO] Pass 275 (774) processed. 1 failed. spent: 131:32, 236:28 mins remaining. CreateTestWithNameOfDiacritic. time: 18320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:30:26.520 [INFO] !MESSAGE [AUT-0] Finished: CreateTestWithSpecificSymbolInName.test in 18065 (275 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:30:26.523 [INFO] !MESSAGE [AUT-0] Starting: CreateWorkbenchContext.test (276 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:30:26.576 [INFO] !MESSAGE Pass 276 (774) processed. 1 failed. spent: 131:52, 235:44 mins remaining. CreateTestWithSpecificSymbolInName. time: 18065ms [INFO] Pass 276 (774) processed. 1 failed. spent: 131:52, 235:44 mins remaining. CreateTestWithSpecificSymbolInName. time: 18065ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:30:43.738 [INFO] !MESSAGE [AUT-0] Finished: CreateWorkbenchContext.test in 14799 (276 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:30:43.743 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTest.test (277 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:30:43.793 [INFO] !MESSAGE Pass 277 (774) processed. 1 failed. spent: 132:09, 234:56 mins remaining. CreateWorkbenchContext. time: 14799ms [INFO] Pass 277 (774) processed. 1 failed. spent: 132:09, 234:56 mins remaining. CreateWorkbenchContext. time: 14799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:31:06.429 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTest.test in 20469 (277 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:31:06.432 [INFO] !MESSAGE [AUT-0] Starting: CutContextFromTestByShortKey.test (278 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:31:06.541 [INFO] !MESSAGE Pass 278 (774) processed. 1 failed. spent: 132:32, 234:18 mins remaining. CutContextFromTest. time: 20469ms [INFO] Pass 278 (774) processed. 1 failed. spent: 132:32, 234:18 mins remaining. CutContextFromTest. time: 20469ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:31:28.656 [INFO] !MESSAGE [AUT-0] Finished: CutContextFromTestByShortKey.test in 19761 (278 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:31:28.659 [INFO] !MESSAGE [AUT-0] Starting: CutContextsFromGroupContext.test (279 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:31:28.663 [INFO] !MESSAGE Pass 279 (774) processed. 1 failed. spent: 132:54, 233:38 mins remaining. CutContextFromTestByShortKey. time: 19761ms [INFO] Pass 279 (774) processed. 1 failed. spent: 132:54, 233:38 mins remaining. CutContextFromTestByShortKey. time: 19761ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:31:50.550 [INFO] !MESSAGE [AUT-0] Finished: CutContextsFromGroupContext.test in 19249 (279 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:31:50.553 [INFO] !MESSAGE [AUT-0] Starting: CutPaste in Script Viewer.test (280 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:31:50.583 [INFO] !MESSAGE Pass 280 (774) processed. 1 failed. spent: 133:16, 232:58 mins remaining. CutContextsFromGroupContext. time: 19249ms [INFO] Pass 280 (774) processed. 1 failed. spent: 133:16, 232:58 mins remaining. CutContextsFromGroupContext. time: 19249ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:32:15.809 [INFO] !MESSAGE [AUT-0] Finished: CutPaste in Script Viewer.test in 22692 (280 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:32:15.813 [INFO] !MESSAGE [AUT-0] Starting: CutPasteTestsBetweenTestSuites.test (281 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:32:15.859 [INFO] !MESSAGE Pass 281 (774) processed. 1 failed. spent: 133:41, 232:24 mins remaining. CutPaste in Script Viewer. time: 22692ms [INFO] Pass 281 (774) processed. 1 failed. spent: 133:41, 232:24 mins remaining. CutPaste in Script Viewer. time: 22692ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:32:37.056 [INFO] !MESSAGE [AUT-0] Finished: CutPasteTestsBetweenTestSuites.test in 18803 (281 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:32:37.059 [INFO] !MESSAGE [AUT-0] Starting: CutTextFromScriptEditor.test (282 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:32:37.078 [INFO] !MESSAGE Pass 282 (774) processed. 1 failed. spent: 134:02, 231:43 mins remaining. CutPasteTestsBetweenTestSuites. time: 18803ms [INFO] Pass 282 (774) processed. 1 failed. spent: 134:02, 231:43 mins remaining. CutPasteTestsBetweenTestSuites. time: 18803ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:32:50.870 [INFO] !MESSAGE [AUT-0] Finished: CutTextFromScriptEditor.test in 11611 (282 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:32:50.875 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Name_ContextMenu.test (283 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:32:50.892 [INFO] !MESSAGE Pass 283 (774) processed. 1 failed. spent: 134:16, 230:50 mins remaining. CutTextFromScriptEditor. time: 11611ms [INFO] Pass 283 (774) processed. 1 failed. spent: 134:16, 230:50 mins remaining. CutTextFromScriptEditor. time: 11611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:33:05.182 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Name_ContextMenu.test in 11781 (283 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:33:05.186 [INFO] !MESSAGE [AUT-0] Starting: DebugContext_CopyPaste_Tags_ContextMenu.test (284 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:33:05.207 [INFO] !MESSAGE Pass 284 (774) processed. 1 failed. spent: 134:30, 229:58 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 11781ms [INFO] Pass 284 (774) processed. 1 failed. spent: 134:30, 229:58 mins remaining. DebugContext_CopyPaste_Name_ContextMenu. time: 11781ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:33:19.477 [INFO] !MESSAGE [AUT-0] Finished: DebugContext_CopyPaste_Tags_ContextMenu.test in 11950 (284 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:33:19.480 [INFO] !MESSAGE [AUT-0] Starting: DebugTestContainingCommaInName.test (285 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:33:19.521 [INFO] !MESSAGE Pass 285 (774) processed. 1 failed. spent: 134:45, 229:07 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 11950ms [INFO] Pass 285 (774) processed. 1 failed. spent: 134:45, 229:07 mins remaining. DebugContext_CopyPaste_Tags_ContextMenu. time: 11950ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:34:26.466 [INFO] !MESSAGE [AUT-0] Finished: DebugTestContainingCommaInName.test in 64035 (285 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:34:26.469 [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-31 17:34:26.553 [INFO] !MESSAGE Pass 286 (774) processed. 1 failed. spent: 135:52, 229:44 mins remaining. DebugTestContainingCommaInName. time: 64035ms [INFO] Pass 286 (774) processed. 1 failed. spent: 135:52, 229:44 mins remaining. DebugTestContainingCommaInName. time: 64035ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:35:04.299 [INFO] !MESSAGE [AUT-0] Finished: Delete Content And Check Validation_Same Project.test in 35103 (286 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:35:04.303 [INFO] !MESSAGE [AUT-0] Starting: Delete ECL Context.test (287 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:35:04.393 [INFO] !MESSAGE Pass 287 (774) processed. 1 failed. spent: 136:30, 229:32 mins remaining. Delete Content And Check Validation_Same Project. time: 35103ms [INFO] Pass 287 (774) processed. 1 failed. spent: 136:30, 229:32 mins remaining. Delete Content And Check Validation_Same Project. time: 35103ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:35:20.064 [INFO] !MESSAGE [AUT-0] Finished: Delete ECL Context.test in 13412 (287 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:35:20.066 [INFO] !MESSAGE [AUT-0] Starting: Delete Preference Context.test (288 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:35:20.110 [INFO] !MESSAGE Pass 288 (774) processed. 1 failed. spent: 136:45, 228:42 mins remaining. DeleteECLContextByDeleteButton. time: 13412ms [INFO] Pass 288 (774) processed. 1 failed. spent: 136:45, 228:42 mins remaining. DeleteECLContextByDeleteButton. time: 13412ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:35:35.216 [INFO] !MESSAGE [AUT-0] Finished: Delete Preference Context.test in 12820 (288 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:35:35.218 [INFO] !MESSAGE [AUT-0] Starting: Delete Workspace Context.test (289 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:35:35.254 [INFO] !MESSAGE Pass 289 (774) processed. 1 failed. spent: 137:00, 227:51 mins remaining. Delete Preference Context. time: 12820ms [INFO] Pass 289 (774) processed. 1 failed. spent: 137:00, 227:51 mins remaining. Delete Preference Context. time: 12820ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:35:49.388 [INFO] !MESSAGE [AUT-0] Finished: Delete Workspace Context.test in 11777 (289 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:35:49.391 [INFO] !MESSAGE [AUT-0] Starting: DeleteCompletedTasks.test (290 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:35:49.468 [INFO] !MESSAGE Pass 290 (774) processed. 1 failed. spent: 137:15, 227:01 mins remaining. Delete Workspace Context. time: 11777ms [INFO] Pass 290 (774) processed. 1 failed. spent: 137:15, 227:01 mins remaining. Delete Workspace Context. time: 11777ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:36:21.211 [INFO] !MESSAGE [AUT-0] Finished: DeleteCompletedTasks.test in 29198 (290 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:36:21.214 [INFO] !MESSAGE [AUT-0] Starting: DeleteContext.test (291 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:36:21.297 [INFO] !MESSAGE Pass 291 (774) processed. 1 failed. spent: 137:46, 226:37 mins remaining. DeleteCompletedTasks. time: 29198ms [INFO] Pass 291 (774) processed. 1 failed. spent: 137:46, 226:37 mins remaining. DeleteCompletedTasks. time: 29198ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:36:51.000 [INFO] !MESSAGE [AUT-0] Finished: DeleteContext.test in 27412 (291 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:36:51.004 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextNoReferences.test (292 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:36:51.026 [INFO] !MESSAGE Pass 292 (774) processed. 1 failed. spent: 138:16, 226:12 mins remaining. DeleteContext. time: 27412ms [INFO] Pass 292 (774) processed. 1 failed. spent: 138:16, 226:12 mins remaining. DeleteContext. time: 27412ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:37:19.255 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextNoReferences.test in 26113 (292 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:37:19.257 [INFO] !MESSAGE Pass 293 (774) processed. 1 failed. spent: 138:44, 226:58 mins remaining. DeleteContextNoReferences. time: 26113ms [INFO] Pass 293 (774) processed. 1 failed. spent: 138:44, 226:58 mins remaining. DeleteContextNoReferences. time: 26113ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:37:19.259 [INFO] !MESSAGE [AUT-0] Starting: DeleteContextWithReferences.test (293 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:37:47.500 [INFO] !MESSAGE [AUT-0] Finished: DeleteContextWithReferences.test in 25931 (293 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:37:47.503 [INFO] !MESSAGE [AUT-0] Starting: DeleteDirectory.test (294 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:37:47.583 [INFO] !MESSAGE Pass 294 (774) processed. 1 failed. spent: 139:13, 225:17 mins remaining. DeleteContextWithReferences. time: 25931ms [INFO] Pass 294 (774) processed. 1 failed. spent: 139:13, 225:17 mins remaining. DeleteContextWithReferences. time: 25931ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:38:01.691 [INFO] !MESSAGE [AUT-0] Finished: DeleteDirectory.test in 11842 (294 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:38:01.694 [INFO] !MESSAGE [AUT-0] Starting: DeleteECLContextByContextMenu.test (295 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:38:01.696 [INFO] !MESSAGE Pass 295 (774) processed. 1 failed. spent: 139:27, 224:26 mins remaining. DeleteDerictory. time: 11842ms [INFO] Pass 295 (774) processed. 1 failed. spent: 139:27, 224:26 mins remaining. DeleteDerictory. time: 11842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:38:17.404 [INFO] !MESSAGE [AUT-0] Finished: DeleteECLContextByContextMenu.test in 13401 (295 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:38:17.407 [INFO] !MESSAGE [AUT-0] Starting: DeleteEmptyFolder.test (296 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:38:17.413 [INFO] !MESSAGE Pass 296 (774) processed. 1 failed. spent: 139:43, 223:38 mins remaining. DeleteECLContextByContextMenu. time: 13401ms [INFO] Pass 296 (774) processed. 1 failed. spent: 139:43, 223:38 mins remaining. DeleteECLContextByContextMenu. time: 13401ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:38:42.610 [INFO] !MESSAGE [AUT-0] Finished: DeleteEmptyFolder.test in 23199 (296 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:38:42.614 [INFO] !MESSAGE [AUT-0] Starting: DeleteFile.test (297 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:38:42.655 [INFO] !MESSAGE Pass 297 (774) processed. 1 failed. spent: 140:08, 223:05 mins remaining. DeleteEmptyFolder. time: 23199ms [INFO] Pass 297 (774) processed. 1 failed. spent: 140:08, 223:05 mins remaining. DeleteEmptyFolder. time: 23199ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:38:57.762 [INFO] !MESSAGE [AUT-0] Finished: DeleteFile.test in 13247 (297 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:38:57.765 [INFO] !MESSAGE [AUT-0] Starting: DeleteFileUriInput.test (298 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:38:57.769 [INFO] !MESSAGE Pass 298 (774) processed. 1 failed. spent: 140:23, 222:16 mins remaining. DeleteFile. time: 13247ms [INFO] Pass 298 (774) processed. 1 failed. spent: 140:23, 222:16 mins remaining. DeleteFile. time: 13247ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:39:09.944 [INFO] !MESSAGE [AUT-0] Finished: DeleteFileUriInput.test in 10073 (298 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:39:09.947 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithNonRefencesObjects.test (299 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:39:09.981 [INFO] !MESSAGE Pass 299 (774) processed. 1 failed. spent: 140:35, 221:23 mins remaining. DeleteFileUriInput. time: 10073ms [INFO] Pass 299 (774) processed. 1 failed. spent: 140:35, 221:23 mins remaining. DeleteFileUriInput. time: 10073ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:39:30.648 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithNonRefencesObjects.test in 18550 (299 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:39:30.652 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefObjectsFromAnotherProject.test (300 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:39:30.707 [INFO] !MESSAGE Pass 300 (774) processed. 1 failed. spent: 140:56, 220:44 mins remaining. DeleteFolderWithNonRefencesObjects. time: 18550ms [INFO] Pass 300 (774) processed. 1 failed. spent: 140:56, 220:44 mins remaining. DeleteFolderWithNonRefencesObjects. time: 18550ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:39:52.324 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefObjectsFromAnotherProject.test in 19311 (300 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:39:52.326 [INFO] !MESSAGE [AUT-0] Starting: DeleteFolderWithRefencesObjects.test (301 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:39:52.358 [INFO] !MESSAGE Pass 301 (774) processed. 1 failed. spent: 141:18, 220:06 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 19311ms [INFO] Pass 301 (774) processed. 1 failed. spent: 141:18, 220:06 mins remaining. DeleteFolderWithRefObjectsFromAnotherProject. time: 19311ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:40:12.037 [INFO] !MESSAGE [AUT-0] Finished: DeleteFolderWithRefencesObjects.test in 17132 (301 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:40:12.042 [INFO] !MESSAGE [AUT-0] Starting: DeleteLastSubTag.test (302 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:40:12.078 [INFO] !MESSAGE Pass 302 (774) processed. 1 failed. spent: 141:37, 219:24 mins remaining. DeleteFolderWithRefencesObjects. time: 17132ms [INFO] Pass 302 (774) processed. 1 failed. spent: 141:37, 219:24 mins remaining. DeleteFolderWithRefencesObjects. time: 17132ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:40:34.725 [INFO] !MESSAGE [AUT-0] Finished: DeleteLastSubTag.test in 20263 (302 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:40:34.728 [INFO] !MESSAGE [AUT-0] Starting: DeleteLineByShortKeyFromScript.test (303 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:40:34.799 [INFO] !MESSAGE Pass 303 (774) processed. 1 failed. spent: 142:00, 218:49 mins remaining. DeleteLastSubTag. time: 20263ms [INFO] Pass 303 (774) processed. 1 failed. spent: 142:00, 218:49 mins remaining. DeleteLastSubTag. time: 20263ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:40:49.891 [INFO] !MESSAGE [AUT-0] Finished: DeleteLineByShortKeyFromScript.test in 13161 (303 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:40:49.893 [INFO] !MESSAGE [AUT-0] Starting: DeleteLowLevelItems.test (304 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:40:49.922 [INFO] !MESSAGE Pass 304 (774) processed. 1 failed. spent: 142:15, 218:01 mins remaining. DeleteLineByShortKeyFromScript. time: 13161ms [INFO] Pass 304 (774) processed. 1 failed. spent: 142:15, 218:01 mins remaining. DeleteLineByShortKeyFromScript. time: 13161ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:41:03.676 [INFO] !MESSAGE [AUT-0] Finished: DeleteLowLevelItems.test in 11226 (304 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:41:03.680 [INFO] !MESSAGE [AUT-0] Starting: DeleteMiddleSubTag.test (305 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:41:03.755 [INFO] !MESSAGE Pass 305 (774) processed. 1 failed. spent: 142:29, 217:12 mins remaining. DeleteLowLevelItems. time: 11226ms [INFO] Pass 305 (774) processed. 1 failed. spent: 142:29, 217:12 mins remaining. DeleteLowLevelItems. time: 11226ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:41:25.882 [INFO] !MESSAGE [AUT-0] Finished: DeleteMiddleSubTag.test in 19882 (305 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:41:25.884 [INFO] !MESSAGE [AUT-0] Starting: DeleteProject.test (306 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:41:25.976 [INFO] !MESSAGE Pass 306 (774) processed. 1 failed. spent: 142:51, 216:35 mins remaining. DeleteMiddleSubTag. time: 19882ms [INFO] Pass 306 (774) processed. 1 failed. spent: 142:51, 216:35 mins remaining. DeleteMiddleSubTag. time: 19882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:41:47.537 [INFO] !MESSAGE [AUT-0] Finished: DeleteProject.test in 19639 (306 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:41:47.539 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectByPressingDelButton.test (307 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:41:47.599 [INFO] !MESSAGE Pass 307 (774) processed. 1 failed. spent: 143:13, 215:59 mins remaining. DeleteProject. time: 19639ms [INFO] Pass 307 (774) processed. 1 failed. spent: 143:13, 215:59 mins remaining. DeleteProject. time: 19639ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:42:06.659 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectByPressingDelButton.test in 17022 (307 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:42:06.661 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithDeleteFromDisk.test (308 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:42:06.721 [INFO] !MESSAGE Pass 308 (774) processed. 1 failed. spent: 143:32, 215:18 mins remaining. DeleteProjectByPressingDelButton. time: 17022ms [INFO] Pass 308 (774) processed. 1 failed. spent: 143:32, 215:18 mins remaining. DeleteProjectByPressingDelButton. time: 17022ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:42:29.371 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithDeleteFromDisk.test in 20425 (308 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:42:29.375 [INFO] !MESSAGE [AUT-0] Starting: DeleteProjectWithoutDeleteFromDisk.test (309 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:42:29.461 [INFO] !MESSAGE Pass 309 (774) processed. 1 failed. spent: 143:55, 214:43 mins remaining. DeleteProjectWithDeleteFromDisk. time: 20425ms [INFO] Pass 309 (774) processed. 1 failed. spent: 143:55, 214:43 mins remaining. DeleteProjectWithDeleteFromDisk. time: 20425ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:42:51.614 [INFO] !MESSAGE [AUT-0] Finished: DeleteProjectWithoutDeleteFromDisk.test in 19920 (309 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:42:51.617 [INFO] !MESSAGE [AUT-0] Starting: DeleteSeveralProjects.test (310 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:42:51.683 [INFO] !MESSAGE Pass 310 (774) processed. 1 failed. spent: 144:17, 214:06 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 19920ms [INFO] Pass 310 (774) processed. 1 failed. spent: 144:17, 214:06 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByCreating. time: 19920ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:43:11.388 [INFO] !MESSAGE [AUT-0] Finished: DeleteSeveralProjects.test in 16724 (310 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:43:11.391 [INFO] !MESSAGE [AUT-0] Starting: DeleteSimpleTag.test (311 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:43:11.458 [INFO] !MESSAGE Pass 311 (774) processed. 1 failed. spent: 144:37, 213:27 mins remaining. DeleteSeveralProjects. time: 16724ms [INFO] Pass 311 (774) processed. 1 failed. spent: 144:37, 213:27 mins remaining. DeleteSeveralProjects. time: 16724ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:43:32.117 [INFO] !MESSAGE [AUT-0] Finished: DeleteSimpleTag.test in 18651 (311 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:43:32.120 [INFO] !MESSAGE [AUT-0] Starting: DeleteTagWithSubTags.test (312 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:43:32.179 [INFO] !MESSAGE Pass 312 (774) processed. 1 failed. spent: 144:57, 212:48 mins remaining. DeleteSimpleTag. time: 18651ms [INFO] Pass 312 (774) processed. 1 failed. spent: 144:57, 212:48 mins remaining. DeleteSimpleTag. time: 18651ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:43:53.274 [INFO] !MESSAGE [AUT-0] Finished: DeleteTagWithSubTags.test in 19085 (312 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:43:53.276 [INFO] !MESSAGE [AUT-0] Starting: DeleteTaskFromScriptEditor.test (313 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:43:53.299 [INFO] !MESSAGE Pass 313 (774) processed. 1 failed. spent: 145:18, 212:11 mins remaining. DeleteTagWithSubTags. time: 19085ms [INFO] Pass 313 (774) processed. 1 failed. spent: 145:18, 212:11 mins remaining. DeleteTagWithSubTags. time: 19085ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:44:23.520 [INFO] !MESSAGE [AUT-0] Finished: DeleteTaskFromScriptEditor.test in 27856 (313 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:44:23.522 [INFO] !MESSAGE [AUT-0] Starting: DeleteTest.test (314 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:44:23.529 [INFO] !MESSAGE Pass 314 (774) processed. 1 failed. spent: 145:49, 211:48 mins remaining. DeleteTaskFromScriptEditor. time: 27856ms [INFO] Pass 314 (774) processed. 1 failed. spent: 145:49, 211:48 mins remaining. DeleteTaskFromScriptEditor. time: 27856ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:44:46.291 [INFO] !MESSAGE [AUT-0] Finished: DeleteTest.test in 20495 (314 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:44:46.294 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestByDeleteButton.test (315 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:44:46.360 [INFO] !MESSAGE Pass 315 (774) processed. 1 failed. spent: 146:12, 211:13 mins remaining. DeleteTestByContextMenu. time: 20495ms [INFO] Pass 315 (774) processed. 1 failed. spent: 146:12, 211:13 mins remaining. DeleteTestByContextMenu. time: 20495ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:45:06.461 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestByDeleteButton.test in 17970 (315 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:45:06.464 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestCaseWithOpenedControlPanel.test (316 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:45:06.479 [INFO] !MESSAGE Pass 316 (774) processed. 1 failed. spent: 146:32, 210:35 mins remaining. DeleteTestByDeleteButton. time: 17970ms [INFO] Pass 316 (774) processed. 1 failed. spent: 146:32, 210:35 mins remaining. DeleteTestByDeleteButton. time: 17970ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:45:53.828 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestCaseWithOpenedControlPanel.test in 44959 (316 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:45:53.831 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuite.test (317 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:45:53.876 [INFO] !MESSAGE Pass 317 (774) processed. 1 failed. spent: 147:19, 210:35 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 44959ms [INFO] Pass 317 (774) processed. 1 failed. spent: 147:19, 210:35 mins remaining. DeleteTestCaseWithOpenedControlPanel. time: 44959ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:46:34.561 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuite.test in 38461 (317 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:46:34.563 [INFO] !MESSAGE [AUT-0] Starting: DeleteTestSuiteWithTests.test (318 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:46:34.661 [INFO] !MESSAGE Pass 318 (774) processed. 1 failed. spent: 148:00, 210:26 mins remaining. DeleteTestSuite. time: 38461ms [INFO] Pass 318 (774) processed. 1 failed. spent: 148:00, 210:26 mins remaining. DeleteTestSuite. time: 38461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:46:56.854 [INFO] !MESSAGE [AUT-0] Finished: DeleteTestSuiteWithTests.test in 20081 (318 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:46:56.857 [INFO] !MESSAGE [AUT-0] Starting: DeleteTopLevelItems.test (319 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:46:56.881 [INFO] !MESSAGE Pass 319 (774) processed. 1 failed. spent: 148:22, 209:50 mins remaining. DeleteTestSuiteWithTests. time: 20081ms [INFO] Pass 319 (774) processed. 1 failed. spent: 148:22, 209:50 mins remaining. DeleteTestSuiteWithTests. time: 20081ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:47:08.548 [INFO] !MESSAGE [AUT-0] Finished: DeleteTopLevelItems.test in 9622 (319 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:47:08.552 [INFO] !MESSAGE [AUT-0] Starting: DeletingParameterFromParameterContextRemoveButton.test (320 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:47:08.594 [INFO] !MESSAGE Pass 320 (774) processed. 1 failed. spent: 148:34, 209:00 mins remaining. DeleteTopLevelItems. time: 9622ms [INFO] Pass 320 (774) processed. 1 failed. spent: 148:34, 209:00 mins remaining. DeleteTopLevelItems. time: 9622ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:47:25.768 [INFO] !MESSAGE [AUT-0] Finished: DeletingParameterFromParameterContextRemoveButton.test in 14756 (320 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:47:25.770 [INFO] !MESSAGE [AUT-0] Starting: DeletingTextFromScriptViewer.scenario (321 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:47:25.810 [INFO] !MESSAGE Pass 321 (774) processed. 1 failed. spent: 148:51, 208:17 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 14756ms [INFO] Pass 321 (774) processed. 1 failed. spent: 148:51, 208:17 mins remaining. DeletingParameterFromParameterContextRemoveButton. time: 14756ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:47:43.945 [INFO] !MESSAGE [AUT-0] Finished: DeletingTextFromScriptViewer.scenario in 16077 (321 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:47:43.947 [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-31 17:47:44.026 [INFO] !MESSAGE Pass 322 (774) processed. 1 failed. spent: 149:09, 207:36 mins remaining. DeletingTextFromScriptViewer. time: 16077ms [INFO] Pass 322 (774) processed. 1 failed. spent: 149:09, 207:36 mins remaining. DeletingTextFromScriptViewer. time: 16077ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:47:56.630 [INFO] !MESSAGE [AUT-0] Finished: Disable folder_file field if Clear Workspace is unchecked.test in 10593 (322 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:47:56.632 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointInBreakpointsView.test (323 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:47:56.639 [INFO] !MESSAGE Pass 323 (774) processed. 1 failed. spent: 149:22, 206:48 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 10593ms [INFO] Pass 323 (774) processed. 1 failed. spent: 149:22, 206:48 mins remaining. Disable folder/file field if Clear Workspace is unchecked. time: 10593ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:48:32.572 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointInBreakpointsView.test in 32710 (323 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:48:32.575 [INFO] !MESSAGE [AUT-0] Starting: DisableBreakpointViaContextMenu.test (324 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:48:32.671 [INFO] !MESSAGE Pass 324 (774) processed. 1 failed. spent: 149:58, 206:32 mins remaining. DisableBreakpointInBreakpointsView. time: 32710ms [INFO] Pass 324 (774) processed. 1 failed. spent: 149:58, 206:32 mins remaining. DisableBreakpointInBreakpointsView. time: 32710ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:49:04.453 [INFO] !MESSAGE [AUT-0] Finished: DisableBreakpointViaContextMenu.test in 29331 (324 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:49:04.454 [INFO] !MESSAGE Pass 325 (774) processed. 1 failed. spent: 150:30, 207:17 mins remaining. DisableBreakpointViaContextMenu. time: 29331ms [INFO] Pass 325 (774) processed. 1 failed. spent: 150:30, 207:17 mins remaining. DisableBreakpointViaContextMenu. time: 29331ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:49:04.456 [INFO] !MESSAGE [AUT-0] Starting: DisableClearWorkspaceInContext.test (325 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:49:35.708 [INFO] !MESSAGE [AUT-0] Finished: DisableClearWorkspaceInContext.test in 28946 (325 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:49:35.712 [INFO] !MESSAGE [AUT-0] Starting: DisableMoveFeatureForProject.test (326 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:49:35.784 [INFO] !MESSAGE Pass 326 (774) processed. 1 failed. spent: 151:01, 205:48 mins remaining. DisableClearWorkspaceInContext. time: 28946ms [INFO] Pass 326 (774) processed. 1 failed. spent: 151:01, 205:48 mins remaining. DisableClearWorkspaceInContext. time: 28946ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:49:59.930 [INFO] !MESSAGE [AUT-0] Finished: DisableMoveFeatureForProject.test in 21928 (326 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:49:59.932 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsCheckDecorators.test (327 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:50:00.006 [INFO] !MESSAGE Pass 327 (774) processed. 1 failed. spent: 151:25, 205:15 mins remaining. DisableMoveFeatureForProject. time: 21928ms [INFO] Pass 327 (774) processed. 1 failed. spent: 151:25, 205:15 mins remaining. DisableMoveFeatureForProject. time: 21928ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:51:05.657 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsCheckDecorators.test in 63256 (327 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:51:05.659 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForFailedTest.test (328 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:51:05.670 [INFO] !MESSAGE Pass 328 (774) processed. 1 failed. spent: 152:31, 205:39 mins remaining. DisplayingDetailsCheckDecorators. time: 63256ms [INFO] Pass 328 (774) processed. 1 failed. spent: 152:31, 205:39 mins remaining. DisplayingDetailsCheckDecorators. time: 63256ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:51:38.016 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForFailedTest.test in 29486 (328 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:51:38.018 [INFO] !MESSAGE [AUT-0] Starting: DisplayingDetailsForPassedTest.test (329 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:51:38.067 [INFO] !MESSAGE Pass 329 (774) processed. 1 failed. spent: 153:03, 205:17 mins remaining. DisplayingDetailsForFailedTest. time: 29486ms [INFO] Pass 329 (774) processed. 1 failed. spent: 153:03, 205:17 mins remaining. DisplayingDetailsForFailedTest. time: 29486ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:52:05.799 [INFO] !MESSAGE [AUT-0] Finished: DisplayingDetailsForPassedTest.test in 25079 (329 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:52:05.803 [INFO] !MESSAGE [AUT-0] Starting: Do not Clear Workspace.test (330 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:52:05.854 [INFO] !MESSAGE Pass 330 (774) processed. 1 failed. spent: 153:31, 204:50 mins remaining. DisplayingDetailsForPassedTest. time: 25079ms [INFO] Pass 330 (774) processed. 1 failed. spent: 153:31, 204:50 mins remaining. DisplayingDetailsForPassedTest. time: 25079ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:52:38.526 [INFO] !MESSAGE [AUT-0] Finished: Do not Clear Workspace.test in 30301 (330 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:52:38.528 [INFO] !MESSAGE [AUT-0] Starting: Do not clear folder.test (331 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:52:38.554 [INFO] !MESSAGE Pass 331 (774) processed. 1 failed. spent: 154:04, 204:29 mins remaining. Do not Clear Workspace. time: 30301ms [INFO] Pass 331 (774) processed. 1 failed. spent: 154:04, 204:29 mins remaining. Do not Clear Workspace. time: 30301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:53:13.319 [INFO] !MESSAGE [AUT-0] Finished: Do not clear folder.test in 31840 (331 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:53:13.322 [INFO] !MESSAGE [AUT-0] Starting: DumpConfiguration.test (332 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:53:13.354 [INFO] !MESSAGE Pass 332 (774) processed. 1 failed. spent: 154:39, 204:11 mins remaining. Do not clear folder or file. time: 31840ms [INFO] Pass 332 (774) processed. 1 failed. spent: 154:39, 204:11 mins remaining. Do not clear folder or file. time: 31840ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:53:33.488 [INFO] !MESSAGE [AUT-0] Finished: DumpConfiguration.test in 18177 (332 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:53:33.490 [INFO] !MESSAGE [AUT-0] Starting: DuplicateTestSuite.test (333 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:53:33.574 [INFO] !MESSAGE Pass 333 (774) processed. 1 failed. spent: 154:59, 203:33 mins remaining. DumpConfiguration. time: 18177ms [INFO] Pass 333 (774) processed. 1 failed. spent: 154:59, 203:33 mins remaining. DumpConfiguration. time: 18177ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:54:12.809 [INFO] !MESSAGE [AUT-0] Finished: DuplicateTestSuite.test in 35468 (333 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:54:12.812 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Name_ContextMenu.test (334 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:54:12.849 [INFO] !MESSAGE Pass 334 (774) processed. 1 failed. spent: 155:38, 203:20 mins remaining. DuplicateTestSuite. time: 35468ms [INFO] Pass 334 (774) processed. 1 failed. spent: 155:38, 203:20 mins remaining. DuplicateTestSuite. time: 35468ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:54:27.483 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Name_ContextMenu.test in 11583 (334 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:54:27.487 [INFO] !MESSAGE [AUT-0] Starting: ECLContext_CopyPaste_Tags_ContextMenu.test (335 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:54:27.572 [INFO] !MESSAGE Pass 335 (774) processed. 1 failed. spent: 155:53, 202:36 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 11583ms [INFO] Pass 335 (774) processed. 1 failed. spent: 155:53, 202:36 mins remaining. ECLContext_CopyPaste_Name_ContextMenu. time: 11583ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:54:42.252 [INFO] !MESSAGE [AUT-0] Finished: ECLContext_CopyPaste_Tags_ContextMenu.test in 11953 (335 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:54:42.254 [INFO] !MESSAGE [AUT-0] Starting: ECLEditor.test (336 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:54:42.291 [INFO] !MESSAGE Pass 336 (774) processed. 1 failed. spent: 156:07, 201:50 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 11953ms [INFO] Pass 336 (774) processed. 1 failed. spent: 156:07, 201:50 mins remaining. ECLContext_CopyPaste_Tags_ContextMenu. time: 11953ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:54:55.845 [INFO] !MESSAGE [AUT-0] Finished: ECLEditor.test in 11741 (336 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:54:55.847 [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-31 17:54:55.905 [INFO] !MESSAGE Pass 337 (774) processed. 1 failed. spent: 156:21, 201:05 mins remaining. ECLEditor. time: 11741ms [INFO] Pass 337 (774) processed. 1 failed. spent: 156:21, 201:05 mins remaining. ECLEditor. time: 11741ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:55:09.974 [INFO] !MESSAGE [AUT-0] Finished: Edit Preference in Preference Context.test in 12058 (337 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:55:09.976 [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-31 17:55:10.049 [INFO] !MESSAGE Pass 338 (774) processed. 1 failed. spent: 156:35, 200:20 mins remaining. Edit Preference in Preference Context. time: 12058ms [INFO] Pass 338 (774) processed. 1 failed. spent: 156:35, 200:20 mins remaining. Edit Preference in Preference Context. time: 12058ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:55:27.176 [INFO] !MESSAGE [AUT-0] Finished: Edit script in ECL context.test in 15131 (338 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:55:27.178 [INFO] !MESSAGE [AUT-0] Starting: EditContextsFromTextEditor.test (339 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:55:27.263 [INFO] !MESSAGE Pass 339 (774) processed. 1 failed. spent: 156:52, 199:38 mins remaining. Edit script in ECL context. time: 15131ms [INFO] Pass 339 (774) processed. 1 failed. spent: 156:52, 199:38 mins remaining. Edit script in ECL context. time: 15131ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:55:51.937 [INFO] !MESSAGE [AUT-0] Finished: EditContextsFromTextEditor.test in 22178 (339 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:55:51.941 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextDescriptionFromTextEditor.test (340 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:55:51.992 [INFO] !MESSAGE Pass 340 (774) processed. 1 failed. spent: 157:17, 199:08 mins remaining. EditContextsFromTextEditor. time: 22178ms [INFO] Pass 340 (774) processed. 1 failed. spent: 157:17, 199:08 mins remaining. EditContextsFromTextEditor. time: 22178ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:56:14.693 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextDescriptionFromTextEditor.test in 19606 (340 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:56:14.697 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextNameFromTextEditor.test (341 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:56:14.745 [INFO] !MESSAGE Pass 341 (774) processed. 1 failed. spent: 157:40, 198:34 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 19606ms [INFO] Pass 341 (774) processed. 1 failed. spent: 157:40, 198:34 mins remaining. EditDebugContextDescriptionFromTextEditor. time: 19606ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:56:36.483 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextNameFromTextEditor.test in 19383 (341 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:56:36.485 [INFO] !MESSAGE [AUT-0] Starting: EditDebugContextTagFromTextEditor.test (342 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:56:36.570 [INFO] !MESSAGE Pass 342 (774) processed. 1 failed. spent: 158:02, 198:00 mins remaining. EditDebugContextNameFromTextEditor. time: 19383ms [INFO] Pass 342 (774) processed. 1 failed. spent: 158:02, 198:00 mins remaining. EditDebugContextNameFromTextEditor. time: 19383ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:56:58.251 [INFO] !MESSAGE [AUT-0] Finished: EditDebugContextTagFromTextEditor.test in 19460 (342 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:56:58.253 [INFO] !MESSAGE [AUT-0] Starting: EditDescriptionFromTextEditor.test (343 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:56:58.289 [INFO] !MESSAGE Pass 343 (774) processed. 1 failed. spent: 158:23, 197:24 mins remaining. EditDebugContextTagFromTextEditor. time: 19460ms [INFO] Pass 343 (774) processed. 1 failed. spent: 158:23, 197:24 mins remaining. EditDebugContextTagFromTextEditor. time: 19460ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:57:21.029 [INFO] !MESSAGE [AUT-0] Finished: EditDescriptionFromTextEditor.test in 19947 (343 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:57:21.032 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextDescriptionFromTextEditor_NEW.test (344 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:57:21.053 [INFO] !MESSAGE Pass 344 (774) processed. 1 failed. spent: 158:46, 196:51 mins remaining. EditDescriptionFromTextEditor. time: 19947ms [INFO] Pass 344 (774) processed. 1 failed. spent: 158:46, 196:51 mins remaining. EditDescriptionFromTextEditor. time: 19947ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:57:43.408 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextDescriptionFromTextEditor_NEW.test in 19859 (344 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:57:43.414 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextNameFromTextEditor.test (345 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:57:43.474 [INFO] !MESSAGE Pass 345 (774) processed. 1 failed. spent: 159:09, 196:18 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 19859ms [INFO] Pass 345 (774) processed. 1 failed. spent: 159:09, 196:18 mins remaining. EditEclContextDescriptionFromTextEditor_NEW. time: 19859ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:58:06.200 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextNameFromTextEditor.test in 20390 (345 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:58:06.201 [INFO] !MESSAGE [AUT-0] Starting: EditEclContextTagFromTextEditor_NEW.test (346 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:58:06.292 [INFO] !MESSAGE Pass 346 (774) processed. 1 failed. spent: 159:31, 195:43 mins remaining. EditEclContextNameFromTextEditor. time: 20390ms [INFO] Pass 346 (774) processed. 1 failed. spent: 159:31, 195:43 mins remaining. EditEclContextNameFromTextEditor. time: 20390ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:58:27.922 [INFO] !MESSAGE [AUT-0] Finished: EditEclContextTagFromTextEditor_NEW.test in 19271 (346 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:58:27.924 [INFO] !MESSAGE [AUT-0] Starting: EditExtRefFromTextEditor.test (347 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:58:28.013 [INFO] !MESSAGE Pass 347 (774) processed. 1 failed. spent: 159:53, 195:09 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 19271ms [INFO] Pass 347 (774) processed. 1 failed. spent: 159:53, 195:09 mins remaining. EditEclContextTagFromTextEditor_NEW. time: 19271ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:58:51.683 [INFO] !MESSAGE [AUT-0] Finished: EditExtRefFromTextEditor.test in 21580 (347 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:58:51.686 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextDescriptionFromTextEditor.test (348 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:58:51.748 [INFO] !MESSAGE Pass 348 (774) processed. 1 failed. spent: 160:17, 194:37 mins remaining. EditExtRefFromTextEditor. time: 21580ms [INFO] Pass 348 (774) processed. 1 failed. spent: 160:17, 194:37 mins remaining. EditExtRefFromTextEditor. time: 21580ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:59:13.399 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextDescriptionFromTextEditor.test in 19345 (348 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:59:13.401 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextNameFromTextEditor.test (349 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:59:13.466 [INFO] !MESSAGE Pass 349 (774) processed. 1 failed. spent: 160:39, 194:03 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 19345ms [INFO] Pass 349 (774) processed. 1 failed. spent: 160:39, 194:03 mins remaining. EditGroupContextDescriptionFromTextEditor. time: 19345ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:59:35.145 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextNameFromTextEditor.test in 19446 (349 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:59:35.148 [INFO] !MESSAGE [AUT-0] Starting: EditGroupContextTagFromTextEditor.test (350 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:59:35.184 [INFO] !MESSAGE Pass 350 (774) processed. 1 failed. spent: 161:00, 193:28 mins remaining. EditGroupContextNameFromTextEditor. time: 19446ms [INFO] Pass 350 (774) processed. 1 failed. spent: 161:00, 193:28 mins remaining. EditGroupContextNameFromTextEditor. time: 19446ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:59:56.411 [INFO] !MESSAGE [AUT-0] Finished: EditGroupContextTagFromTextEditor.test in 18719 (350 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 17:59:56.414 [INFO] !MESSAGE [AUT-0] Starting: EditNameFromTextEditor.test (351 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 17:59:56.502 [INFO] !MESSAGE Pass 351 (774) processed. 1 failed. spent: 161:22, 192:54 mins remaining. EditGroupContextTagFromTextEditor. time: 18719ms [INFO] Pass 351 (774) processed. 1 failed. spent: 161:22, 192:54 mins remaining. EditGroupContextTagFromTextEditor. time: 18719ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:00:18.172 [INFO] !MESSAGE [AUT-0] Finished: EditNameFromTextEditor.test in 19565 (351 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:00:18.174 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext.test (352 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:00:18.253 [INFO] !MESSAGE Pass 352 (774) processed. 1 failed. spent: 161:43, 192:19 mins remaining. EditNameFromTextEditor. time: 19565ms [INFO] Pass 352 (774) processed. 1 failed. spent: 161:43, 192:19 mins remaining. EditNameFromTextEditor. time: 19565ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:00:36.572 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext.test in 15722 (352 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:00:36.575 [INFO] !MESSAGE [AUT-0] Starting: EditParameterInParametersContext2.test (353 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:00:36.667 [INFO] !MESSAGE Pass 353 (774) processed. 1 failed. spent: 162:02, 191:42 mins remaining. EditParameterInParametersContext. time: 15722ms [INFO] Pass 353 (774) processed. 1 failed. spent: 162:02, 191:42 mins remaining. EditParameterInParametersContext. time: 15722ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:00:50.700 [INFO] !MESSAGE [AUT-0] Finished: EditParameterInParametersContext2.test in 11910 (353 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:00:50.702 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextDescriptionFromTextEditor.test (354 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:00:50.779 [INFO] !MESSAGE Pass 354 (774) processed. 1 failed. spent: 162:16, 190:58 mins remaining. EditParameterInParametersContext2. time: 11910ms [INFO] Pass 354 (774) processed. 1 failed. spent: 162:16, 190:58 mins remaining. EditParameterInParametersContext2. time: 11910ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:01:12.130 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextDescriptionFromTextEditor.test in 19051 (354 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:01:12.132 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextNameFromTextEditor.test (355 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:01:12.196 [INFO] !MESSAGE Pass 355 (774) processed. 1 failed. spent: 162:37, 190:24 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 19051ms [INFO] Pass 355 (774) processed. 1 failed. spent: 162:37, 190:24 mins remaining. EditPrefContextDescriptionFromTextEditor. time: 19051ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:01:34.603 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextNameFromTextEditor.test in 19694 (355 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:01:34.606 [INFO] !MESSAGE [AUT-0] Starting: EditPrefContextTagFromTextEditor.test (356 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:01:34.650 [INFO] !MESSAGE Pass 356 (774) processed. 1 failed. spent: 163:00, 189:51 mins remaining. EditPrefContextNameFromTextEditor. time: 19694ms [INFO] Pass 356 (774) processed. 1 failed. spent: 163:00, 189:51 mins remaining. EditPrefContextNameFromTextEditor. time: 19694ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:01:55.867 [INFO] !MESSAGE [AUT-0] Finished: EditPrefContextTagFromTextEditor.test in 18969 (356 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:01:55.869 [INFO] !MESSAGE [AUT-0] Starting: EditScriptFromTextEditor.test (357 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:01:55.874 [INFO] !MESSAGE Pass 357 (774) processed. 1 failed. spent: 163:21, 189:17 mins remaining. EditPrefContextTagFromTextEditor. time: 18969ms [INFO] Pass 357 (774) processed. 1 failed. spent: 163:21, 189:17 mins remaining. EditPrefContextTagFromTextEditor. time: 18969ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:02:19.146 [INFO] !MESSAGE [AUT-0] Finished: EditScriptFromTextEditor.test in 20579 (357 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:02:19.149 [INFO] !MESSAGE [AUT-0] Starting: EditTagFromTextEditor.test (358 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:02:19.195 [INFO] !MESSAGE Pass 358 (774) processed. 1 failed. spent: 163:44, 188:44 mins remaining. EditScriptFromTextEditor. time: 20579ms [INFO] Pass 358 (774) processed. 1 failed. spent: 163:44, 188:44 mins remaining. EditScriptFromTextEditor. time: 20579ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:02:42.384 [INFO] !MESSAGE [AUT-0] Finished: EditTagFromTextEditor.test in 20632 (358 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:02:42.387 [INFO] !MESSAGE [AUT-0] Starting: EditTagsFromTextEditor.test (359 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:02:42.458 [INFO] !MESSAGE Pass 359 (774) processed. 1 failed. spent: 164:08, 188:13 mins remaining. EditTagFromTextEditor. time: 20632ms [INFO] Pass 359 (774) processed. 1 failed. spent: 164:08, 188:13 mins remaining. EditTagFromTextEditor. time: 20632ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:03:05.695 [INFO] !MESSAGE [AUT-0] Finished: EditTagsFromTextEditor.test in 20832 (359 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:03:05.699 [INFO] !MESSAGE [AUT-0] Starting: EditTestNameFromTextEditor.test (360 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:03:05.778 [INFO] !MESSAGE Pass 360 (774) processed. 1 failed. spent: 164:31, 187:41 mins remaining. EditTagsFromTextEditor. time: 20832ms [INFO] Pass 360 (774) processed. 1 failed. spent: 164:31, 187:41 mins remaining. EditTagsFromTextEditor. time: 20832ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:03:25.424 [INFO] !MESSAGE [AUT-0] Finished: EditTestNameFromTextEditor.test in 17341 (360 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:03:25.426 [INFO] !MESSAGE [AUT-0] Starting: EditTreeItems.test (361 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:03:25.442 [INFO] !MESSAGE Pass 361 (774) processed. 1 failed. spent: 164:51, 187:06 mins remaining. EditTestNameFromTextEditor. time: 17341ms [INFO] Pass 361 (774) processed. 1 failed. spent: 164:51, 187:06 mins remaining. EditTestNameFromTextEditor. time: 17341ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:03:43.987 [INFO] !MESSAGE [AUT-0] Finished: EditTreeItems.test in 16130 (361 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:03:43.990 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextDescriptionFromTextEditor.test (362 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:03:44.060 [INFO] !MESSAGE Pass 362 (774) processed. 1 failed. spent: 165:09, 186:28 mins remaining. EditTreeItems. time: 16130ms [INFO] Pass 362 (774) processed. 1 failed. spent: 165:09, 186:28 mins remaining. EditTreeItems. time: 16130ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:04:05.207 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextDescriptionFromTextEditor.test in 18881 (362 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:04:05.210 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextNameFromTextEditor_NEW1.test (363 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:04:05.281 [INFO] !MESSAGE Pass 363 (774) processed. 1 failed. spent: 165:30, 185:54 mins remaining. EditWbContextDescriptionFromTextEditor. time: 18881ms [INFO] Pass 363 (774) processed. 1 failed. spent: 165:30, 185:54 mins remaining. EditWbContextDescriptionFromTextEditor. time: 18881ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:04:27.971 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextNameFromTextEditor_NEW1.test in 20462 (363 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:04:27.973 [INFO] !MESSAGE [AUT-0] Starting: EditWbContextTagFromTextEditor.test (364 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:04:28.003 [INFO] !MESSAGE Pass 364 (774) processed. 1 failed. spent: 165:53, 185:22 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 20462ms [INFO] Pass 364 (774) processed. 1 failed. spent: 165:53, 185:22 mins remaining. EditWbContextNameFromTextEditor_NEW. time: 20462ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:04:49.221 [INFO] !MESSAGE [AUT-0] Finished: EditWbContextTagFromTextEditor.test in 18707 (364 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:04:49.223 [INFO] !MESSAGE [AUT-0] Starting: EditWsContextDescriptionFromTextEditor.test (365 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:04:49.224 [INFO] !MESSAGE Pass 365 (774) processed. 1 failed. spent: 166:14, 184:48 mins remaining. EditWbContextTagFromTextEditor. time: 18707ms [INFO] Pass 365 (774) processed. 1 failed. spent: 166:14, 184:48 mins remaining. EditWbContextTagFromTextEditor. time: 18707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:05:11.974 [INFO] !MESSAGE [AUT-0] Finished: EditWsContextDescriptionFromTextEditor.test in 20580 (365 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:05:11.976 [INFO] !MESSAGE [AUT-0] Starting: EmptyErrorLog.test (366 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:05:12.047 [INFO] !MESSAGE Pass 366 (774) processed. 1 failed. spent: 166:37, 184:16 mins remaining. EditWsContextDescriptionFromTextEditor. time: 20580ms [INFO] Pass 366 (774) processed. 1 failed. spent: 166:37, 184:16 mins remaining. EditWsContextDescriptionFromTextEditor. time: 20580ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:05:25.783 [INFO] !MESSAGE [AUT-0] Finished: EmptyErrorLog.test in 11301 (366 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:05:25.785 [INFO] !MESSAGE [AUT-0] Starting: EmptyWindowInAssertionMode.test (367 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:05:25.858 [INFO] !MESSAGE Pass 367 (774) processed. 1 failed. spent: 166:51, 183:34 mins remaining. EmptyErrorLog. time: 11301ms [INFO] Pass 367 (774) processed. 1 failed. spent: 166:51, 183:34 mins remaining. EmptyErrorLog. time: 11301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:07:49.976 [INFO] !MESSAGE [AUT-0] Finished: EmptyWindowInAssertionMode.test in 142473 (367 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:07:49.979 [INFO] !MESSAGE [AUT-0] Starting: EnableClearWorkspaceInContext.test (368 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:07:50.064 [INFO] !MESSAGE Pass 368 (774) processed. 1 failed. spent: 169:15, 185:15 mins remaining. EmptyWindowInAssertionMode. time: 142473ms [INFO] Pass 368 (774) processed. 1 failed. spent: 169:15, 185:15 mins remaining. EmptyWindowInAssertionMode. time: 142473ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:10:08.306 [INFO] !MESSAGE [AUT-0] Finished: EnableClearWorkspaceInContext.test in 135380, The Label "1/1" could not be found. (368 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:10:08.313 [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-31 18:10:08.347 [INFO] !MESSAGE Fail 369 (774) processed. 2 failed. spent: 171:34, 186:49 mins remaining. EnableClearWorkspaceInContext. time: 135380ms Cause: The Label "1/1" could not be found. [INFO] Fail 369 (774) processed. 2 failed. spent: 171:34, 186:49 mins remaining. EnableClearWorkspaceInContext. time: 135380ms Cause: The Label "1/1" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:12:28.066 [INFO] !MESSAGE [AUT-0] Finished: Encrypt passwords during test recording.test in 137563 (369 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:12:28.072 [INFO] !MESSAGE [AUT-0] Starting: EnterDiacriticSymbolsInDescription.test (370 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:12:28.165 [INFO] !MESSAGE Pass 370 (774) processed. 2 failed. spent: 173:53, 188:22 mins remaining. Encrypt passwords during test recording. time: 137563ms [INFO] Pass 370 (774) processed. 2 failed. spent: 173:53, 188:22 mins remaining. Encrypt passwords during test recording. time: 137563ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:12:53.727 [INFO] !MESSAGE [AUT-0] Finished: EnterDiacriticSymbolsInDescription.test in 23277 (370 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:12:53.730 [INFO] !MESSAGE [AUT-0] Starting: EnterSpecialSymbolsInDescription.test (371 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:12:53.786 [INFO] !MESSAGE Pass 371 (774) processed. 2 failed. spent: 174:19, 187:52 mins remaining. EnterDiacriticSymbolsInDescription. time: 23277ms [INFO] Pass 371 (774) processed. 2 failed. spent: 174:19, 187:52 mins remaining. EnterDiacriticSymbolsInDescription. time: 23277ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:13:18.417 [INFO] !MESSAGE [AUT-0] Finished: EnterSpecialSymbolsInDescription.test in 22705 (371 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:13:18.419 [INFO] !MESSAGE [AUT-0] Starting: EnterTestDescriptionInControlPanel.test (372 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:13:18.508 [INFO] !MESSAGE Pass 372 (774) processed. 2 failed. spent: 174:44, 187:20 mins remaining. EnterSpecialSymbolsInDescription. time: 22705ms [INFO] Pass 372 (774) processed. 2 failed. spent: 174:44, 187:20 mins remaining. EnterSpecialSymbolsInDescription. time: 22705ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:18:08.714 [INFO] !MESSAGE [AUT-0] Finished: EnterTestDescriptionInControlPanel.test in 283554, The Window "Control Panel - Test scenario (TestQ7Prj) - selfQ7 [Recording]" could not be found. (372 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:18:08.717 [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-31 18:18:08.727 [INFO] !MESSAGE Fail 373 (774) processed. 3 failed. spent: 179:34, 191:32 mins remaining. EnterTestDescriptionInControlPanel. time: 283554ms Cause: The Window "Control Panel - Test scenario (TestQ7Prj) - selfQ7 [Recording]" could not be found. [INFO] Fail 373 (774) processed. 3 failed. spent: 179:34, 191:32 mins remaining. EnterTestDescriptionInControlPanel. time: 283554ms Cause: The Window "Control Panel - Test scenario (TestQ7Prj) - selfQ7 [Recording]" could not be found. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:18:26.602 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Add New Entry in Error Log Verification.test in 15470 (373 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:18:26.604 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Capture ErrorLog Verification.test (374 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:18:26.651 [INFO] !MESSAGE Pass 374 (774) processed. 3 failed. spent: 179:52, 190:52 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 15470ms [INFO] Pass 374 (774) processed. 3 failed. spent: 179:52, 190:52 mins remaining. ErrLogVerification_Add New Entry in Error Log Verification. time: 15470ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:18:53.823 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Capture ErrorLog Verification.test in 24940 (374 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:18:53.825 [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-31 18:18:53.847 [INFO] !MESSAGE Pass 375 (774) processed. 3 failed. spent: 180:19, 190:21 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 24940ms [INFO] Pass 375 (774) processed. 3 failed. spent: 180:19, 190:21 mins remaining. ErrLogVerification_Capture ErrorLog Verification. time: 24940ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:19:09.098 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Create New Error Log Verification.test in 13036 (375 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:19:09.100 [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-31 18:19:09.159 [INFO] !MESSAGE Pass 376 (774) processed. 3 failed. spent: 180:34, 189:38 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 13036ms [INFO] Pass 376 (774) processed. 3 failed. spent: 180:34, 189:38 mins remaining. ErrLogVerification_Create New Error Log Verification. time: 13036ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:19:24.259 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Delete Entry in Error Log Verification.test in 13143 (376 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:19:24.262 [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-31 18:19:24.272 [INFO] !MESSAGE Pass 377 (774) processed. 3 failed. spent: 180:49, 188:55 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 13143ms [INFO] Pass 377 (774) processed. 3 failed. spent: 180:49, 188:55 mins remaining. ErrLogVerification_Delete Entry in Error Log Verification. time: 13143ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:19:40.950 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification.test in 14539 (377 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:19:40.952 [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-31 18:19:40.986 [INFO] !MESSAGE Pass 378 (774) processed. 3 failed. spent: 181:06, 188:14 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 14539ms [INFO] Pass 378 (774) processed. 3 failed. spent: 181:06, 188:14 mins remaining. ErrLogVerification_Drag and Drop Entry Between Tables in Error Log Verification. time: 14539ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:19:58.660 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Multiple Drag and Drop.test in 14599 (378 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:19:58.662 [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-31 18:19:58.744 [INFO] !MESSAGE Pass 379 (774) processed. 3 failed. spent: 181:24, 187:35 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 14599ms [INFO] Pass 379 (774) processed. 3 failed. spent: 181:24, 187:35 mins remaining. ErrLogVerification_Multiple Drag and Drop. time: 14599ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:20:24.483 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Error.test in 23314 (379 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:20:24.485 [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-31 18:20:24.566 [INFO] !MESSAGE Pass 380 (774) processed. 3 failed. spent: 181:50, 187:04 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 23314ms [INFO] Pass 380 (774) processed. 3 failed. spent: 181:50, 187:04 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Error. time: 23314ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:20:58.417 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Info.test in 31170 (380 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:20:58.442 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern.test (381 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:20:58.452 [INFO] !MESSAGE Pass 381 (774) processed. 3 failed. spent: 182:24, 186:41 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 31170ms [INFO] Pass 381 (774) processed. 3 failed. spent: 182:24, 186:41 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Info. time: 31170ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:21:34.409 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern.test in 32902 (381 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:21:34.411 [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-31 18:21:34.452 [INFO] !MESSAGE Pass 382 (774) processed. 3 failed. spent: 183:00, 186:20 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 32902ms [INFO] Pass 382 (774) processed. 3 failed. spent: 183:00, 186:20 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Message Pattern. time: 32902ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:22:00.445 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern.test in 23171 (382 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:22:00.454 [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-31 18:22:00.481 [INFO] !MESSAGE Pass 383 (774) processed. 3 failed. spent: 183:26, 185:48 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 23171ms [INFO] Pass 383 (774) processed. 3 failed. spent: 183:26, 185:48 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Plugin Pattern. time: 23171ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:22:34.885 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Denied Entry_Warning.test in 31672 (383 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:22:34.888 [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-31 18:22:34.973 [INFO] !MESSAGE Pass 384 (774) processed. 3 failed. spent: 184:00, 185:25 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 31672ms [INFO] Pass 384 (774) processed. 3 failed. spent: 184:00, 185:25 mins remaining. ErrLogVerification_NEGATIVE Case Denied Entry_Warning. time: 31672ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:23:02.355 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type).test in 24580 (384 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:23:02.359 [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-31 18:23:02.445 [INFO] !MESSAGE Pass 385 (774) processed. 3 failed. spent: 184:28, 184:56 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 24580ms [INFO] Pass 385 (774) processed. 3 failed. spent: 184:28, 184:56 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Entry Type). time: 24580ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:23:29.254 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern).test in 24441 (385 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:23:29.257 [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-31 18:23:29.273 [INFO] !MESSAGE Pass 386 (774) processed. 3 failed. spent: 184:54, 184:25 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 24441ms [INFO] Pass 386 (774) processed. 3 failed. spent: 184:54, 184:25 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Message Pattern). time: 24441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:23:56.304 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code).test in 24513 (386 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:23:56.307 [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-31 18:23:56.347 [INFO] !MESSAGE Pass 387 (774) processed. 3 failed. spent: 185:22, 183:56 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 24513ms [INFO] Pass 387 (774) processed. 3 failed. spent: 185:22, 183:56 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Code). time: 24513ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:24:23.854 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern).test in 24622 (387 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:24:23.857 [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-31 18:24:23.872 [INFO] !MESSAGE Pass 388 (774) processed. 3 failed. spent: 185:49, 183:26 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 24622ms [INFO] Pass 388 (774) processed. 3 failed. spent: 185:49, 183:26 mins remaining. ErrLogVerification_NEGATIVE Case Required Entry Not Found (Plugin Pattern). time: 24622ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:24:50.104 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_POSITIVE Case Required Entry_Multiple Type.test in 23668 (388 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:24:50.106 [INFO] !MESSAGE [AUT-0] Starting: ErrLogVerification_Plain Text Serialization.test (389 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:24:50.147 [INFO] !MESSAGE Pass 389 (774) processed. 3 failed. spent: 186:15, 182:54 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 23668ms [INFO] Pass 389 (774) processed. 3 failed. spent: 186:15, 182:54 mins remaining. ErrLogVerification_POSITIVE Case Required Entry_Multiple Type. time: 23668ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:25:19.890 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Plain Text Serialization.test in 27378 (389 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:25:19.897 [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-31 18:25:19.974 [INFO] !MESSAGE Pass 390 (774) processed. 3 failed. spent: 186:45, 182:27 mins remaining. ErrLogVerification_Plain Text Serialization. time: 27378ms [INFO] Pass 390 (774) processed. 3 failed. spent: 186:45, 182:27 mins remaining. ErrLogVerification_Plain Text Serialization. time: 27378ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:25:42.668 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Run Test Positive Case .test in 20482 (390 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:25:42.671 [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-31 18:25:42.751 [INFO] !MESSAGE Pass 391 (774) processed. 3 failed. spent: 187:08, 181:53 mins remaining. ErrLogVerification_Run Test Positive Case . time: 20482ms [INFO] Pass 391 (774) processed. 3 failed. spent: 187:08, 181:53 mins remaining. ErrLogVerification_Run Test Positive Case . time: 20482ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:25:58.403 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces In Plugin Code Should Be Trimmed.test in 13161 (391 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:25:58.405 [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-31 18:25:58.466 [INFO] !MESSAGE Pass 392 (774) processed. 3 failed. spent: 187:24, 181:13 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 13161ms [INFO] Pass 392 (774) processed. 3 failed. spent: 187:24, 181:13 mins remaining. ErrLogVerification_Spaces In Plugin Code Should Be Trimmed. time: 13161ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:26:12.631 [INFO] !MESSAGE [AUT-0] Finished: ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition.test in 11842 (392 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:26:12.633 [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-31 18:26:12.679 [INFO] !MESSAGE Pass 393 (774) processed. 3 failed. spent: 187:38, 180:30 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 11842ms [INFO] Pass 393 (774) processed. 3 failed. spent: 187:38, 180:30 mins remaining. ErrLogVerification_Spaces Should Be Deleted Right after Plugin Pattern Edition. time: 11842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:26:30.471 [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 15466 (393 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:26:30.473 [INFO] !MESSAGE [AUT-0] Starting: Error In ECL Context.test (394 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:26:30.495 [INFO] !MESSAGE Pass 394 (774) processed. 3 failed. spent: 187:56, 179:51 mins remaining. ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S. time: 15466ms [INFO] Pass 394 (774) processed. 3 failed. spent: 187:56, 179:51 mins remaining. ErrLogVerification_Widget is disposed is thrown when you add any entry after you edit verification's name and press Ctrl+S. time: 15466ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:26:51.766 [INFO] !MESSAGE [AUT-0] Finished: Error In ECL Context.test in 18905 (394 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:26:51.768 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningEditorForNonExistingFile.test (395 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:26:51.854 [INFO] !MESSAGE Pass 395 (774) processed. 3 failed. spent: 188:17, 179:16 mins remaining. Error In ECL Context. time: 18905ms [INFO] Pass 395 (774) processed. 3 failed. spent: 188:17, 179:16 mins remaining. Error In ECL Context. time: 18905ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:27:17.569 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningEditorForNonExistingFile.test in 23150 (395 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:27:17.572 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtOpeningNonExistingView.test (396 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:27:17.646 [INFO] !MESSAGE Pass 396 (774) processed. 3 failed. spent: 188:43, 178:45 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 23150ms [INFO] Pass 396 (774) processed. 3 failed. spent: 188:43, 178:45 mins remaining. ErrorAtOpeningEditorForNonExistingFile. time: 23150ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:27:37.941 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtOpeningNonExistingView.test in 17878 (396 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:27:37.944 [INFO] !MESSAGE [AUT-0] Starting: ErrorAtRecordingTestCase.test (397 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:27:37.965 [INFO] !MESSAGE Pass 397 (774) processed. 3 failed. spent: 189:03, 178:09 mins remaining. ErrorAtOpeningNonExistingView. time: 17878ms [INFO] Pass 397 (774) processed. 3 failed. spent: 189:03, 178:09 mins remaining. ErrorAtOpeningNonExistingView. time: 17878ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:27:57.668 [INFO] !MESSAGE [AUT-0] Finished: ErrorAtRecordingTestCase.test in 17291 (397 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:27:57.671 [INFO] !MESSAGE [AUT-0] Starting: ErrorWhenPerspectiveIncorrect.test (398 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:27:57.682 [INFO] !MESSAGE Pass 398 (774) processed. 3 failed. spent: 189:23, 177:32 mins remaining. ErrorAtRecordingTestCase. time: 17291ms [INFO] Pass 398 (774) processed. 3 failed. spent: 189:23, 177:32 mins remaining. ErrorAtRecordingTestCase. time: 17291ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:28:19.452 [INFO] !MESSAGE [AUT-0] Finished: ErrorWhenPerspectiveIncorrect.test in 19509 (398 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:28:19.454 [INFO] !MESSAGE [AUT-0] Starting: ExcludeRows.test (399 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:28:19.550 [INFO] !MESSAGE Pass 399 (774) processed. 3 failed. spent: 189:45, 176:58 mins remaining. ErrorWhenPerspectiveIncorrect. time: 19509ms [INFO] Pass 399 (774) processed. 3 failed. spent: 189:45, 176:58 mins remaining. ErrorWhenPerspectiveIncorrect. time: 19509ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:28:40.162 [INFO] !MESSAGE [AUT-0] Finished: ExcludeRows.test in 18468 (399 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:28:40.164 [INFO] !MESSAGE [AUT-0] Starting: Execute1Tests.test (400 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:28:40.169 [INFO] !MESSAGE Pass 400 (774) processed. 3 failed. spent: 190:05, 176:22 mins remaining. ExcludeRows. time: 18468ms [INFO] Pass 400 (774) processed. 3 failed. spent: 190:05, 176:22 mins remaining. ExcludeRows. time: 18468ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:29:14.643 [INFO] !MESSAGE [AUT-0] Finished: Execute1Tests.test in 31519 (400 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:29:14.649 [INFO] !MESSAGE [AUT-0] Starting: Execute3Tests.test (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:29:14.662 [INFO] !MESSAGE Pass 401 (774) processed. 3 failed. spent: 190:40, 176:00 mins remaining. Execute1Test. time: 31519ms [INFO] Pass 401 (774) processed. 3 failed. spent: 190:40, 176:00 mins remaining. Execute1Test. time: 31519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:30:00.754 [INFO] !MESSAGE [AUT-0] Finished: Execute3Tests.test in 43275 (401 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:30:00.760 [INFO] !MESSAGE [AUT-0] Starting: ExecuteFilteredTestsFromQ7Explorer.test (402 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:30:00.762 [INFO] !MESSAGE Pass 402 (774) processed. 3 failed. spent: 191:26, 175:47 mins remaining. Execute3Tests. time: 43275ms [INFO] Pass 402 (774) processed. 3 failed. spent: 191:26, 175:47 mins remaining. Execute3Tests. time: 43275ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:30:36.458 [INFO] !MESSAGE [AUT-0] Finished: ExecuteFilteredTestsFromQ7Explorer.test in 33374 (402 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:30:36.461 [INFO] !MESSAGE [AUT-0] Starting: ExecuteGroupContext.test (403 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:30:36.493 [INFO] !MESSAGE Pass 403 (774) processed. 3 failed. spent: 192:02, 175:26 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 33374ms [INFO] Pass 403 (774) processed. 3 failed. spent: 192:02, 175:26 mins remaining. ExecuteFilteredTestsFromQ7Explorer. time: 33374ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:30:54.100 [INFO] !MESSAGE [AUT-0] Finished: ExecuteGroupContext.test in 15564 (403 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:30:54.103 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAndTestCaseFromExplorer.test (404 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:30:54.147 [INFO] !MESSAGE Pass 404 (774) processed. 3 failed. spent: 192:19, 174:47 mins remaining. ExecuteGroupContext. time: 15564ms [INFO] Pass 404 (774) processed. 3 failed. spent: 192:19, 174:47 mins remaining. ExecuteGroupContext. time: 15564ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:31:41.674 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAndTestCaseFromExplorer.test in 42937 (404 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:31:41.676 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteAtStopOnFirstFailure.test (405 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:31:41.754 [INFO] !MESSAGE Pass 405 (774) processed. 3 failed. spent: 193:07, 174:36 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 42937ms [INFO] Pass 405 (774) processed. 3 failed. spent: 193:07, 174:36 mins remaining. ExecuteTestSuiteAndTestCaseFromExplorer. time: 42937ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:32:09.644 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteAtStopOnFirstFailure.test in 24918 (405 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:32:09.647 [INFO] !MESSAGE [AUT-0] Starting: ExecuteTestSuiteWithFailedTest.test (406 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:32:09.648 [INFO] !MESSAGE Pass 406 (774) processed. 3 failed. spent: 193:35, 174:07 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 24918ms [INFO] Pass 406 (774) processed. 3 failed. spent: 193:35, 174:07 mins remaining. ExecuteTestSuiteAtStopOnFirstFailure. time: 24918ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:32:47.965 [INFO] !MESSAGE [AUT-0] Finished: ExecuteTestSuiteWithFailedTest.test in 34829 (406 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:32:47.971 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (407 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:32:47.979 [INFO] !MESSAGE Pass 407 (774) processed. 3 failed. spent: 194:13, 173:47 mins remaining. ExecuteTestSuiteWithFailedTest. time: 34829ms [INFO] Pass 407 (774) processed. 3 failed. spent: 194:13, 173:47 mins remaining. ExecuteTestSuiteWithFailedTest. time: 34829ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:33:05.203 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 14933 (407 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:33:05.205 [INFO] !MESSAGE [AUT-0] Starting: ExpandCollapse.test (408 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:33:05.293 [INFO] !MESSAGE Pass 408 (774) processed. 3 failed. spent: 194:30, 173:09 mins remaining. ExpandCollapse. time: 14933ms [INFO] Pass 408 (774) processed. 3 failed. spent: 194:30, 173:09 mins remaining. ExpandCollapse. time: 14933ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:33:20.888 [INFO] !MESSAGE [AUT-0] Finished: ExpandCollapse.test in 13369 (408 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:33:20.891 [INFO] !MESSAGE [AUT-0] Starting: ExpandTreeItems.test (409 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:33:20.905 [INFO] !MESSAGE Pass 409 (774) processed. 3 failed. spent: 194:46, 172:29 mins remaining. ExpandCollapse. time: 13369ms [INFO] Pass 409 (774) processed. 3 failed. spent: 194:46, 172:29 mins remaining. ExpandCollapse. time: 13369ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:33:33.553 [INFO] !MESSAGE [AUT-0] Finished: ExpandTreeItems.test in 10265 (409 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:33:33.555 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboard.test (410 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:33:33.615 [INFO] !MESSAGE Pass 410 (774) processed. 3 failed. spent: 194:59, 171:47 mins remaining. ExpandCollapseTreeItems. time: 10265ms [INFO] Pass 410 (774) processed. 3 failed. spent: 194:59, 171:47 mins remaining. ExpandCollapseTreeItems. time: 10265ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:33:52.308 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboard.test in 16388 (410 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:33:52.310 [INFO] !MESSAGE [AUT-0] Starting: ExportToClipboardTwoTestCases.test (411 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:33:52.329 [INFO] !MESSAGE Pass 411 (774) processed. 3 failed. spent: 195:17, 171:10 mins remaining. ExportToClipboard. time: 16388ms [INFO] Pass 411 (774) processed. 3 failed. spent: 195:17, 171:10 mins remaining. ExportToClipboard. time: 16388ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:34:14.186 [INFO] !MESSAGE [AUT-0] Finished: ExportToClipboardTwoTestCases.test in 18908 (411 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:34:14.188 [INFO] !MESSAGE [AUT-0] Starting: ExportToFile.test (412 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:34:14.257 [INFO] !MESSAGE Pass 412 (774) processed. 3 failed. spent: 195:39, 170:36 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 18908ms [INFO] Pass 412 (774) processed. 3 failed. spent: 195:39, 170:36 mins remaining. ExportToClipboardTwoTestCasesSelection. time: 18908ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:34:40.341 [INFO] !MESSAGE [AUT-0] Finished: ExportToFile.test in 24041 (412 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:34:40.343 [INFO] !MESSAGE [AUT-0] Starting: F2RenameDebugContext.test (413 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:34:40.377 [INFO] !MESSAGE Pass 413 (774) processed. 3 failed. spent: 196:06, 170:06 mins remaining. ExportToFile. time: 24041ms [INFO] Pass 413 (774) processed. 3 failed. spent: 196:06, 170:06 mins remaining. ExportToFile. time: 24041ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:34:41.363 [INFO] !MESSAGE [AUT-0] Finished: F2RenameDebugContext.test in 926, Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@31f1a472 (host: null) (413 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:34:41.363 [INFO] !MESSAGE AUT is not active, restarting.. [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:34:41.366 [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.runner 4 0 2024-05-31 18:34:41.378 [INFO] !MESSAGE Fail 414 (774) processed. 4 failed. spent: 196:07, 170:07 mins remaining. F2RenameDebugContext. time: 926ms Cause: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@31f1a472 (host: null) [INFO] Fail 414 (774) processed. 4 failed. spent: 196:07, 170:07 mins remaining. F2RenameDebugContext. time: 926ms Cause: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@31f1a472 (host: null) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching.ext 1 0 2024-05-31 18:34:44.276 [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-31 18:34:44.280 [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-31 18:34:44.280 [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-31 18:35:30.776 [INFO] !MESSAGE RCPTT: Launching AUT: AUT_1: AUT JVM arguments is set to : [-Xms200m, -Xmx2G, --add-modules=ALL-SYSTEM, -XX:+HeapDumpOnOutOfMemoryError, -Xmx3G, -Dq7id=9e1b1068-17fa-4a8a-a229-0b247ee81f4b, -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=9e1b1068-17fa-4a8a-a229-0b247ee81f4b [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-31 18:35:30.850 [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-31 18:36:15.153 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:36:16.257 [INFO] !MESSAGE [AUT-0] Starting: F2RenameECLContext.test (414 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:36:48.832 [INFO] !MESSAGE [AUT-0] Finished: F2RenameECLContext.test in 30858 (414 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:36:48.835 [INFO] !MESSAGE [AUT-0] Starting: F2RenameGroupContext.test (415 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:36:48.940 [INFO] !MESSAGE Pass 415 (774) processed. 4 failed. spent: 198:14, 170:11 mins remaining. F2RenameECLContext. time: 30858ms [INFO] Pass 415 (774) processed. 4 failed. spent: 198:14, 170:11 mins remaining. F2RenameECLContext. time: 30858ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:37:08.269 [INFO] !MESSAGE [AUT-0] Finished: F2RenameGroupContext.test in 17500 (415 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:37:08.272 [INFO] !MESSAGE [AUT-0] Starting: F2RenamePreferenceContext.test (416 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:37:08.357 [INFO] !MESSAGE Pass 416 (774) processed. 4 failed. spent: 198:34, 169:35 mins remaining. F2RenameGroupContext. time: 17500ms [INFO] Pass 416 (774) processed. 4 failed. spent: 198:34, 169:35 mins remaining. F2RenameGroupContext. time: 17500ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:37:24.686 [INFO] !MESSAGE [AUT-0] Finished: F2RenamePreferenceContext.test in 15083 (416 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:37:24.689 [INFO] !MESSAGE [AUT-0] Starting: F2RenameTestCase.test (417 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:37:24.773 [INFO] !MESSAGE Pass 417 (774) processed. 4 failed. spent: 198:50, 168:56 mins remaining. F2RenamePreferenceContext. time: 15083ms [INFO] Pass 417 (774) processed. 4 failed. spent: 198:50, 168:56 mins remaining. F2RenamePreferenceContext. time: 15083ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:37:40.178 [INFO] !MESSAGE [AUT-0] Finished: F2RenameTestCase.test in 13798 (417 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:37:40.181 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkbenchContextt.test (418 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:37:40.243 [INFO] !MESSAGE Pass 418 (774) processed. 4 failed. spent: 199:05, 168:16 mins remaining. F2RenameTestCase. time: 13798ms [INFO] Pass 418 (774) processed. 4 failed. spent: 199:05, 168:16 mins remaining. F2RenameTestCase. time: 13798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:37:55.157 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkbenchContextt.test in 13620 (418 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:37:55.160 [INFO] !MESSAGE [AUT-0] Starting: F2RenameWorkspaceContext.test (419 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:37:55.255 [INFO] !MESSAGE Pass 419 (774) processed. 4 failed. spent: 199:20, 167:36 mins remaining. F2RenameWorkbenchContextt. time: 13620ms [INFO] Pass 419 (774) processed. 4 failed. spent: 199:20, 167:36 mins remaining. F2RenameWorkbenchContextt. time: 13620ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:38:09.601 [INFO] !MESSAGE [AUT-0] Finished: F2RenameWorkspaceContext.test in 12586 (419 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:38:09.605 [INFO] !MESSAGE [AUT-0] Starting: F2ShouldBeDisabledIfMoreThenOneIsSelected.test (420 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:38:09.667 [INFO] !MESSAGE Pass 420 (774) processed. 4 failed. spent: 199:35, 166:57 mins remaining. F2RenameWorkspaceContext. time: 12586ms [INFO] Pass 420 (774) processed. 4 failed. spent: 199:35, 166:57 mins remaining. F2RenameWorkspaceContext. time: 12586ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:38:23.591 [INFO] !MESSAGE [AUT-0] Finished: F2ShouldBeDisabledIfMoreThenOneIsSelected.test in 12482 (420 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:38:23.593 [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-31 18:38:23.679 [INFO] !MESSAGE Pass 421 (774) processed. 4 failed. spent: 199:49, 166:16 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 12482ms [INFO] Pass 421 (774) processed. 4 failed. spent: 199:49, 166:16 mins remaining. F2ShouldBeDisabledIfMoreThenOneIsSelected. time: 12482ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:38:34.989 [INFO] !MESSAGE [AUT-0] Finished: Fill and Clear Description in Workspace Context.test in 10135 (421 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:38:34.992 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByContainedProject.test (422 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:38:35.045 [INFO] !MESSAGE Pass 422 (774) processed. 4 failed. spent: 200:00, 165:33 mins remaining. Fill and Clear Description in Workspace Context. time: 10135ms [INFO] Pass 422 (774) processed. 4 failed. spent: 200:00, 165:33 mins remaining. Fill and Clear Description in Workspace Context. time: 10135ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:38:52.956 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByContainedProject.test in 16291 (422 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:38:52.959 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByDescription.test (423 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:38:52.960 [INFO] !MESSAGE Pass 423 (774) processed. 4 failed. spent: 200:18, 164:57 mins remaining. FilterSearchContextByContainedProject. time: 16291ms [INFO] Pass 423 (774) processed. 4 failed. spent: 200:18, 164:57 mins remaining. FilterSearchContextByContainedProject. time: 16291ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:39:24.396 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByDescription.test in 30164 (423 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:39:24.398 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByName.test (424 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:39:24.491 [INFO] !MESSAGE Pass 424 (774) processed. 4 failed. spent: 200:50, 164:31 mins remaining. FilterSearchContextByDescription. time: 30164ms [INFO] Pass 424 (774) processed. 4 failed. spent: 200:50, 164:31 mins remaining. FilterSearchContextByDescription. time: 30164ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:39:36.346 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByName.test in 10401 (424 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:39:36.350 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchContextByTag.test (425 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:39:36.401 [INFO] !MESSAGE Pass 425 (774) processed. 4 failed. spent: 201:02, 163:50 mins remaining. FilterSearchContextByName. time: 10401ms [INFO] Pass 425 (774) processed. 4 failed. spent: 201:02, 163:50 mins remaining. FilterSearchContextByName. time: 10401ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:04.771 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchContextByTag.test in 27168 (425 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:04.773 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByDescription.test (426 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:40:04.864 [INFO] !MESSAGE Pass 426 (774) processed. 4 failed. spent: 201:30, 163:21 mins remaining. FilterSearchContextByTag. time: 27168ms [INFO] Pass 426 (774) processed. 4 failed. spent: 201:30, 163:21 mins remaining. FilterSearchContextByTag. time: 27168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:17.213 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByDescription.test in 10828 (426 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:17.216 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByName.test (427 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:40:17.275 [INFO] !MESSAGE Pass 427 (774) processed. 4 failed. spent: 201:42, 162:40 mins remaining. FilterSearchTestCaseByDescription. time: 10828ms [INFO] Pass 427 (774) processed. 4 failed. spent: 201:42, 162:40 mins remaining. FilterSearchTestCaseByDescription. time: 10828ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:28.591 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByName.test in 10197 (427 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:28.593 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchTestCaseByTag.test (428 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:40:28.684 [INFO] !MESSAGE Pass 428 (774) processed. 4 failed. spent: 201:54, 161:59 mins remaining. FilterSearchTestCaseByName. time: 10197ms [INFO] Pass 428 (774) processed. 4 failed. spent: 201:54, 161:59 mins remaining. FilterSearchTestCaseByName. time: 10197ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:40.499 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchTestCaseByTag.test in 10347 (428 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:40.501 [INFO] !MESSAGE [AUT-0] Starting: FilterSearchWorksWithInvalidTestFiles.test (429 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:40:40.594 [INFO] !MESSAGE Pass 429 (774) processed. 4 failed. spent: 202:06, 161:18 mins remaining. FilterSearchTestCaseByTag. time: 10347ms [INFO] Pass 429 (774) processed. 4 failed. spent: 202:06, 161:18 mins remaining. FilterSearchTestCaseByTag. time: 10347ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:55.402 [INFO] !MESSAGE [AUT-0] Finished: FilterSearchWorksWithInvalidTestFiles.test in 13383 (429 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:40:55.404 [INFO] !MESSAGE [AUT-0] Starting: FilteringAtClearingLaunchConfiguration.test (430 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:40:55.447 [INFO] !MESSAGE Pass 430 (774) processed. 4 failed. spent: 202:21, 160:39 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 13383ms [INFO] Pass 430 (774) processed. 4 failed. spent: 202:21, 160:39 mins remaining. FilterSearchWorksWithInvalidTestFiles. time: 13383ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:45:05.004 [INFO] !MESSAGE [AUT-0] Finished: FilteringAtClearingLaunchConfiguration.test in 247245 (430 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:45:05.006 [INFO] !MESSAGE [AUT-0] Starting: FilteringContextsInContextList.test (431 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:45:05.058 [INFO] !MESSAGE Pass 431 (774) processed. 4 failed. spent: 206:30, 163:06 mins remaining. FilteringAtClearingLaunchConfiguration. time: 247245ms [INFO] Pass 431 (774) processed. 4 failed. spent: 206:30, 163:06 mins remaining. FilteringAtClearingLaunchConfiguration. time: 247245ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:45:22.614 [INFO] !MESSAGE [AUT-0] Finished: FilteringContextsInContextList.test in 15522 (431 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:45:22.617 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInControlPanel.test (432 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:45:22.672 [INFO] !MESSAGE Pass 432 (774) processed. 4 failed. spent: 206:48, 162:29 mins remaining. FilteringContextsInContextList. time: 15522ms [INFO] Pass 432 (774) processed. 4 failed. spent: 206:48, 162:29 mins remaining. FilteringContextsInContextList. time: 15522ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:45:47.609 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInControlPanel.test in 22822 (432 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:45:47.612 [INFO] !MESSAGE [AUT-0] Starting: FindReplaceInScriptByShortKey.test (433 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:45:47.654 [INFO] !MESSAGE Pass 433 (774) processed. 4 failed. spent: 207:13, 161:57 mins remaining. FindReplaceInControlPanel. time: 22822ms [INFO] Pass 433 (774) processed. 4 failed. spent: 207:13, 161:57 mins remaining. FindReplaceInControlPanel. time: 22822ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:46:07.153 [INFO] !MESSAGE [AUT-0] Finished: FindReplaceInScriptByShortKey.test in 17498 (433 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:46:07.156 [INFO] !MESSAGE [AUT-0] Starting: FinishButtonShouldBeDisabledIfLocationIsEmpty.test (434 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:46:07.171 [INFO] !MESSAGE Pass 434 (774) processed. 4 failed. spent: 207:32, 161:21 mins remaining. FindReplaceInScriptByShortKey. time: 17498ms [INFO] Pass 434 (774) processed. 4 failed. spent: 207:32, 161:21 mins remaining. FindReplaceInScriptByShortKey. time: 17498ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:46:33.211 [INFO] !MESSAGE [AUT-0] Finished: FinishButtonShouldBeDisabledIfLocationIsEmpty.test in 23553 (434 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:46:33.213 [INFO] !MESSAGE [AUT-0] Starting: FolderContextWithVariable.test (435 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:46:33.253 [INFO] !MESSAGE Pass 435 (774) processed. 4 failed. spent: 207:58, 160:51 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 23553ms [INFO] Pass 435 (774) processed. 4 failed. spent: 207:58, 160:51 mins remaining. FinishButtonShouldBeDisabledIfLocationIsEmpty. time: 23553ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:46:45.116 [INFO] !MESSAGE [AUT-0] Finished: FolderContextWithVariable.test in 10743 (435 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:46:45.119 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (436 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:46:45.162 [INFO] !MESSAGE Pass 436 (774) processed. 4 failed. spent: 208:10, 160:09 mins remaining. FolderContextWithVariable. time: 10743ms [INFO] Pass 436 (774) processed. 4 failed. spent: 208:10, 160:09 mins remaining. FolderContextWithVariable. time: 10743ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:46:58.020 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 11320 (436 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:46:58.022 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Name_ContextMenu.test (437 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:46:58.073 [INFO] !MESSAGE Pass 437 (774) processed. 4 failed. spent: 208:23, 159:29 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 11320ms [INFO] Pass 437 (774) processed. 4 failed. spent: 208:23, 159:29 mins remaining. FolderContext_CopyPaste_Name_ContextMenu. time: 11320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:47:10.998 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Name_ContextMenu.test in 10946 (437 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:47:11.000 [INFO] !MESSAGE [AUT-0] Starting: FolderContext_CopyPaste_Tags_ContextMenu.test (438 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:47:11.083 [INFO] !MESSAGE Pass 438 (774) processed. 4 failed. spent: 208:36, 158:49 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 10946ms [INFO] Pass 438 (774) processed. 4 failed. spent: 208:36, 158:49 mins remaining. GroupContext_CopyPaste_Name_ContextMenu. time: 10946ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:47:23.435 [INFO] !MESSAGE [AUT-0] Finished: FolderContext_CopyPaste_Tags_ContextMenu.test in 10837 (438 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:47:23.438 [INFO] !MESSAGE [AUT-0] Starting: FormToolkitRecording.test (439 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:47:23.447 [INFO] !MESSAGE Pass 439 (774) processed. 4 failed. spent: 208:49, 158:09 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 10837ms [INFO] Pass 439 (774) processed. 4 failed. spent: 208:49, 158:09 mins remaining. FolderContext_CopyPaste_Tags_ContextMenu. time: 10837ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:49:47.935 [INFO] !MESSAGE [AUT-0] Finished: FormToolkitRecording.test in 143089 (439 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:49:47.937 [INFO] !MESSAGE [AUT-0] Starting: FormWithLinksRecording.test (440 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:49:47.965 [INFO] !MESSAGE Pass 440 (774) processed. 4 failed. spent: 211:13, 159:07 mins remaining. FormToolkitRecording. time: 143089ms [INFO] Pass 440 (774) processed. 4 failed. spent: 211:13, 159:07 mins remaining. FormToolkitRecording. time: 143089ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:52:09.908 [INFO] !MESSAGE [AUT-0] Finished: FormWithLinksRecording.test in 140405 (440 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:52:09.911 [INFO] !MESSAGE [AUT-0] Starting: GeneratePomFileInProject.test (441 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:52:09.949 [INFO] !MESSAGE Pass 441 (774) processed. 4 failed. spent: 213:35, 160:04 mins remaining. FormWithLinksRecording. time: 140405ms [INFO] Pass 441 (774) processed. 4 failed. spent: 213:35, 160:04 mins remaining. FormWithLinksRecording. time: 140405ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:52:29.846 [INFO] !MESSAGE [AUT-0] Finished: GeneratePomFileInProject.test in 18377 (441 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:52:29.848 [INFO] !MESSAGE [AUT-0] Starting: GenerateSecondPomFileInProject.test (442 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:52:29.864 [INFO] !MESSAGE Pass 442 (774) processed. 4 failed. spent: 213:55, 159:28 mins remaining. GeneratePomFileInProject. time: 18377ms [INFO] Pass 442 (774) processed. 4 failed. spent: 213:55, 159:28 mins remaining. GeneratePomFileInProject. time: 18377ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:52:50.777 [INFO] !MESSAGE [AUT-0] Finished: GenerateSecondPomFileInProject.test in 19490 (442 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:52:50.779 [INFO] !MESSAGE [AUT-0] Starting: GetChildrenFromFile.test (443 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:52:50.783 [INFO] !MESSAGE Pass 443 (774) processed. 4 failed. spent: 214:16, 158:53 mins remaining. GenerateSecondPomFileInProject. time: 19490ms [INFO] Pass 443 (774) processed. 4 failed. spent: 214:16, 158:53 mins remaining. GenerateSecondPomFileInProject. time: 19490ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:52:56.670 [INFO] !MESSAGE [AUT-0] Finished: GetChildrenFromFile.test in 4392 (443 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:52:56.672 [INFO] !MESSAGE [AUT-0] Starting: GetExistsFromFile.test (444 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:52:56.692 [INFO] !MESSAGE Pass 444 (774) processed. 4 failed. spent: 214:22, 158:07 mins remaining. GetChildrenFromFile. time: 4392ms [INFO] Pass 444 (774) processed. 4 failed. spent: 214:22, 158:07 mins remaining. GetChildrenFromFile. time: 4392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:00.947 [INFO] !MESSAGE [AUT-0] Finished: GetExistsFromFile.test in 3285 (444 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:00.950 [INFO] !MESSAGE [AUT-0] Starting: GetFile.test (445 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:53:01.044 [INFO] !MESSAGE Pass 445 (774) processed. 4 failed. spent: 214:26, 157:20 mins remaining. GetExistsFromFile. time: 3285ms [INFO] Pass 445 (774) processed. 4 failed. spent: 214:26, 157:20 mins remaining. GetExistsFromFile. time: 3285ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:04.717 [INFO] !MESSAGE [AUT-0] Finished: GetFile.test in 2914 (445 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:04.719 [INFO] !MESSAGE [AUT-0] Starting: GetHotkey.test (446 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:53:04.747 [INFO] !MESSAGE Pass 446 (774) processed. 4 failed. spent: 214:30, 156:33 mins remaining. GetFile. time: 2914ms [INFO] Pass 446 (774) processed. 4 failed. spent: 214:30, 156:33 mins remaining. GetFile. time: 2914ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:17.135 [INFO] !MESSAGE [AUT-0] Finished: GetHotkey.test in 11108 (446 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:17.137 [INFO] !MESSAGE [AUT-0] Starting: GetIsDirectoryFromFile.test (447 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:53:17.158 [INFO] !MESSAGE Pass 447 (774) processed. 4 failed. spent: 214:42, 155:53 mins remaining. GetHotkey. time: 11108ms [INFO] Pass 447 (774) processed. 4 failed. spent: 214:42, 155:53 mins remaining. GetHotkey. time: 11108ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:22.932 [INFO] !MESSAGE [AUT-0] Finished: GetIsDirectoryFromFile.test in 4198 (447 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:22.934 [INFO] !MESSAGE [AUT-0] Starting: GetMenu.test (448 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:53:22.963 [INFO] !MESSAGE Pass 448 (774) processed. 4 failed. spent: 214:48, 155:08 mins remaining. GetIsDirectoryFromFile. time: 4198ms [INFO] Pass 448 (774) processed. 4 failed. spent: 214:48, 155:08 mins remaining. GetIsDirectoryFromFile. time: 4198ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:30.220 [INFO] !MESSAGE [AUT-0] Finished: GetMenu.test in 6105 (448 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:30.223 [INFO] !MESSAGE [AUT-0] Starting: GetNameFromFile.test (449 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:53:30.269 [INFO] !MESSAGE Pass 449 (774) processed. 4 failed. spent: 214:55, 154:23 mins remaining. GetMenu. time: 6105ms [INFO] Pass 449 (774) processed. 4 failed. spent: 214:55, 154:23 mins remaining. GetMenu. time: 6105ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:34.506 [INFO] !MESSAGE [AUT-0] Finished: GetNameFromFile.test in 2978 (449 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:34.508 [INFO] !MESSAGE [AUT-0] Starting: GetPropertyWithoutEscaping.test (450 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:53:34.574 [INFO] !MESSAGE Pass 450 (774) processed. 4 failed. spent: 215:00, 153:38 mins remaining. GetNameFromFile. time: 2978ms [INFO] Pass 450 (774) processed. 4 failed. spent: 215:00, 153:38 mins remaining. GetNameFromFile. time: 2978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:43.405 [INFO] !MESSAGE [AUT-0] Finished: GetPropertyWithoutEscaping.test in 7390 (450 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:43.407 [INFO] !MESSAGE [AUT-0] Starting: GetTestCaseName.test (451 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:53:43.482 [INFO] !MESSAGE Pass 451 (774) processed. 4 failed. spent: 215:09, 152:55 mins remaining. GetPropertyWithoutEscaping. time: 7390ms [INFO] Pass 451 (774) processed. 4 failed. spent: 215:09, 152:55 mins remaining. GetPropertyWithoutEscaping. time: 7390ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:49.239 [INFO] !MESSAGE [AUT-0] Finished: GetTestCaseName.test in 4635 (451 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:53:49.241 [INFO] !MESSAGE [AUT-0] Starting: GetTooltipsWhenColumnsWithoutText.test (452 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:53:49.287 [INFO] !MESSAGE Pass 452 (774) processed. 4 failed. spent: 215:14, 152:10 mins remaining. GetTestCaseName. time: 4635ms [INFO] Pass 452 (774) processed. 4 failed. spent: 215:14, 152:10 mins remaining. GetTestCaseName. time: 4635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:54:21.177 [INFO] !MESSAGE [AUT-0] Finished: GetTooltipsWhenColumnsWithoutText.test in 30527 (452 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:54:21.180 [INFO] !MESSAGE [AUT-0] Starting: GetTreeElementWithoutHardEscaping.test (453 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:54:21.266 [INFO] !MESSAGE Pass 453 (774) processed. 4 failed. spent: 215:46, 151:44 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 30527ms [INFO] Pass 453 (774) processed. 4 failed. spent: 215:46, 151:44 mins remaining. GetTooltipsWhenColumnsWithoutText. time: 30527ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:57:06.190 [INFO] !MESSAGE [AUT-0] Finished: GetTreeElementWithoutHardEscaping.test in 162975 (453 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:57:06.192 [INFO] !MESSAGE [AUT-0] Starting: GoIntoInQ7Explorer.test (454 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:57:06.274 [INFO] !MESSAGE Pass 454 (774) processed. 4 failed. spent: 218:31, 152:51 mins remaining. GetTreeElementWithoutHardEscaping. time: 162975ms [INFO] Pass 454 (774) processed. 4 failed. spent: 218:31, 152:51 mins remaining. GetTreeElementWithoutHardEscaping. time: 162975ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:57:24.313 [INFO] !MESSAGE [AUT-0] Finished: GoIntoInQ7Explorer.test in 16090 (454 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:57:24.316 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Context_ContextMenu.test (455 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:57:24.390 [INFO] !MESSAGE Pass 455 (774) processed. 4 failed. spent: 218:50, 152:16 mins remaining. GoIntoInQ7Explorer. time: 16090ms [INFO] Pass 455 (774) processed. 4 failed. spent: 218:50, 152:16 mins remaining. GoIntoInQ7Explorer. time: 16090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:57:39.260 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Context_ContextMenu.test in 12900 (455 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:57:39.263 [INFO] !MESSAGE [AUT-0] Starting: GroupContext_CopyPaste_Tags_ContextMenu.test (456 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:57:39.353 [INFO] !MESSAGE Pass 456 (774) processed. 4 failed. spent: 219:05, 151:38 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 12900ms [INFO] Pass 456 (774) processed. 4 failed. spent: 219:05, 151:38 mins remaining. GroupContext_CopyPaste_Context_ContextMenu. time: 12900ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:57:53.250 [INFO] !MESSAGE [AUT-0] Finished: GroupContext_CopyPaste_Tags_ContextMenu.test in 12199 (456 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:57:53.252 [INFO] !MESSAGE [AUT-0] Starting: GroupContexts.test (457 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:57:53.271 [INFO] !MESSAGE Pass 457 (774) processed. 4 failed. spent: 219:18, 150:58 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 12199ms [INFO] Pass 457 (774) processed. 4 failed. spent: 219:18, 150:58 mins remaining. GroupContext_CopyPaste_Tags_ContextMenu. time: 12199ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:58:19.237 [INFO] !MESSAGE [AUT-0] Finished: GroupContexts.test in 24598 (457 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:58:19.240 [INFO] !MESSAGE [AUT-0] Starting: HumanReadableECL.test (458 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 18:58:19.270 [INFO] !MESSAGE Pass 458 (774) processed. 4 failed. spent: 219:44, 150:28 mins remaining. GroupContexts. time: 24598ms [INFO] Pass 458 (774) processed. 4 failed. spent: 219:44, 150:28 mins remaining. GroupContexts. time: 24598ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:59:08.805 [INFO] !MESSAGE [AUT-0] Finished: HumanReadableECL.test in 47838 (458 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:59:08.808 [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-31 18:59:08.868 [INFO] !MESSAGE Pass 459 (774) processed. 4 failed. spent: 220:34, 150:14 mins remaining. HumanReadableECL. time: 47838ms [INFO] Pass 459 (774) processed. 4 failed. spent: 220:34, 150:14 mins remaining. HumanReadableECL. time: 47838ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:59:50.445 [INFO] !MESSAGE [AUT-0] Finished: Ignore File At Clearing Workspace.test in 39462 (459 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 18:59:50.448 [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-31 18:59:50.459 [INFO] !MESSAGE Pass 460 (774) processed. 4 failed. spent: 221:16, 149:54 mins remaining. Ignore File At Clearing Workspace. time: 39462ms [INFO] Pass 460 (774) processed. 4 failed. spent: 221:16, 149:54 mins remaining. Ignore File At Clearing Workspace. time: 39462ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:00:50.060 [INFO] !MESSAGE [AUT-0] Finished: Ignore Non-Existing File At Clearing Workspace.test in 57814 (460 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:00:50.063 [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-31 19:00:50.086 [INFO] !MESSAGE Pass 461 (774) processed. 4 failed. spent: 222:15, 149:46 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 57814ms [INFO] Pass 461 (774) processed. 4 failed. spent: 222:15, 149:46 mins remaining. Ignore Non-Existing File At Clearing Workspace. time: 57814ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:01:36.205 [INFO] !MESSAGE [AUT-0] Finished: Ignore Some Files At Clearing Workspace.test in 44044 (461 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:01:36.209 [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-31 19:01:36.267 [INFO] !MESSAGE Pass 462 (774) processed. 4 failed. spent: 223:01, 149:28 mins remaining. Ignore Some Files At Clearing Workspace. time: 44044ms [INFO] Pass 462 (774) processed. 4 failed. spent: 223:01, 149:28 mins remaining. Ignore Some Files At Clearing Workspace. time: 44044ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:01:54.251 [INFO] !MESSAGE [AUT-0] Finished: Import Files In Workspace Context.test in 16298 (462 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:01:54.254 [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-31 19:01:54.284 [INFO] !MESSAGE Pass 463 (774) processed. 4 failed. spent: 223:19, 148:52 mins remaining. Import Files In Workspace Context. time: 16298ms [INFO] Pass 463 (774) processed. 4 failed. spent: 223:19, 148:52 mins remaining. Import Files In Workspace Context. time: 16298ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:02:10.777 [INFO] !MESSAGE [AUT-0] Finished: Import Projects In Workspace Context.test in 14661 (463 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:02:10.779 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboard.test (464 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:02:10.800 [INFO] !MESSAGE Pass 464 (774) processed. 4 failed. spent: 223:36, 148:16 mins remaining. Import Projects In Workspace Context. time: 14661ms [INFO] Pass 464 (774) processed. 4 failed. spent: 223:36, 148:16 mins remaining. Import Projects In Workspace Context. time: 14661ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:02:31.887 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboard.test in 19003 (464 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:02:31.889 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheProjectWithSameContexts.test (465 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:02:31.965 [INFO] !MESSAGE Pass 465 (774) processed. 4 failed. spent: 223:57, 147:42 mins remaining. ImportFromClipboard. time: 19003ms [INFO] Pass 465 (774) processed. 4 failed. spent: 223:57, 147:42 mins remaining. ImportFromClipboard. time: 19003ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:03:00.412 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheProjectWithSameContexts.test in 26671 (465 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:03:00.415 [INFO] !MESSAGE [AUT-0] Starting: ImportFromClipboardToTheSameProject.test (466 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:03:00.492 [INFO] !MESSAGE Pass 466 (774) processed. 4 failed. spent: 224:26, 147:13 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 26671ms [INFO] Pass 466 (774) processed. 4 failed. spent: 224:26, 147:13 mins remaining. ImportFromClipboardToTheProjectWithSameContexts. time: 26671ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:03:22.385 [INFO] !MESSAGE [AUT-0] Finished: ImportFromClipboardToTheSameProject.test in 20605 (466 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:03:22.388 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFile.test (467 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:03:22.414 [INFO] !MESSAGE Pass 467 (774) processed. 4 failed. spent: 224:48, 146:40 mins remaining. ImportFromClipboardToTheSameProject. time: 20605ms [INFO] Pass 467 (774) processed. 4 failed. spent: 224:48, 146:40 mins remaining. ImportFromClipboardToTheSameProject. time: 20605ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:03:43.986 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFile.test in 19778 (467 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:03:43.988 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileAddMissingReferences.test (468 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:03:44.036 [INFO] !MESSAGE Pass 468 (774) processed. 4 failed. spent: 225:09, 146:06 mins remaining. ImportFromFile. time: 19778ms [INFO] Pass 468 (774) processed. 4 failed. spent: 225:09, 146:06 mins remaining. ImportFromFile. time: 19778ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:04:05.030 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileAddMissingReferences.test in 19280 (468 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:04:05.032 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheProjectWithSameContexts.test (469 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:04:05.059 [INFO] !MESSAGE Pass 469 (774) processed. 4 failed. spent: 225:30, 145:32 mins remaining. ImportFromFileAddMissingReferences. time: 19280ms [INFO] Pass 469 (774) processed. 4 failed. spent: 225:30, 145:32 mins remaining. ImportFromFileAddMissingReferences. time: 19280ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:04:33.069 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheProjectWithSameContexts.test in 26275 (469 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:04:33.073 [INFO] !MESSAGE [AUT-0] Starting: ImportFromFileToTheSameProject.test (470 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:04:33.089 [INFO] !MESSAGE Pass 470 (774) processed. 4 failed. spent: 225:58, 145:03 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 26275ms [INFO] Pass 470 (774) processed. 4 failed. spent: 225:58, 145:03 mins remaining. ImportFromFileToTheProjectWithSameContexts. time: 26275ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:04:57.104 [INFO] !MESSAGE [AUT-0] Finished: ImportFromFileToTheSameProject.test in 22219 (470 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:04:57.108 [INFO] !MESSAGE [AUT-0] Starting: ImportPreferencesInPrefContext.test (471 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:04:57.146 [INFO] !MESSAGE Pass 471 (774) processed. 4 failed. spent: 226:22, 144:31 mins remaining. ImportFromFileToTheSameProject. time: 22219ms [INFO] Pass 471 (774) processed. 4 failed. spent: 226:22, 144:31 mins remaining. ImportFromFileToTheSameProject. time: 22219ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:05:12.183 [INFO] !MESSAGE [AUT-0] Finished: ImportPreferencesInPrefContext.test in 13126 (471 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:05:12.186 [INFO] !MESSAGE [AUT-0] Starting: ImportProjectToWSContextFromArchiveFile.test (472 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:05:12.274 [INFO] !MESSAGE Pass 472 (774) processed. 4 failed. spent: 226:37, 143:54 mins remaining. ImportPreferencesInPrefContext. time: 13126ms [INFO] Pass 472 (774) processed. 4 failed. spent: 226:37, 143:54 mins remaining. ImportPreferencesInPrefContext. time: 13126ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:05:29.866 [INFO] !MESSAGE [AUT-0] Finished: ImportProjectToWSContextFromArchiveFile.test in 15731 (472 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:05:29.869 [INFO] !MESSAGE [AUT-0] Starting: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test (473 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:05:29.893 [INFO] !MESSAGE Pass 473 (774) processed. 4 failed. spent: 226:55, 143:18 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 15731ms [INFO] Pass 473 (774) processed. 4 failed. spent: 226:55, 143:18 mins remaining. ImportProjectToWSContextFromArchiveFile. time: 15731ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:05:53.923 [INFO] !MESSAGE [AUT-0] Finished: ImportSameNamedButDifferentTypedContextsIsNotAllowed.test in 22025 (473 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:05:53.928 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextFromFileEqualsExported.test (474 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:05:53.965 [INFO] !MESSAGE Pass 474 (774) processed. 4 failed. spent: 227:19, 142:47 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 22025ms [INFO] Pass 474 (774) processed. 4 failed. spent: 227:19, 142:47 mins remaining. ImportSameNamedButDifferentTypedContextsIsNotAllowed. time: 22025ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:06:25.009 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextFromFileEqualsExported.test in 29288 (474 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:06:25.012 [INFO] !MESSAGE [AUT-0] Starting: ImportedContextsEqualsExported.test (475 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:06:25.095 [INFO] !MESSAGE Pass 475 (774) processed. 4 failed. spent: 227:50, 142:20 mins remaining. ImportedContextFromFileEqualsExported. time: 29288ms [INFO] Pass 475 (774) processed. 4 failed. spent: 227:50, 142:20 mins remaining. ImportedContextFromFileEqualsExported. time: 29288ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:07:07.085 [INFO] !MESSAGE [AUT-0] Finished: ImportedContextsEqualsExported.test in 40482 (475 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:07:07.088 [INFO] !MESSAGE [AUT-0] Starting: ImportedFromFileTestCaseEqualsExported.test (476 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:07:07.181 [INFO] !MESSAGE Pass 476 (774) processed. 4 failed. spent: 228:32, 141:59 mins remaining. ImportedContextsEqualsExported. time: 40482ms [INFO] Pass 476 (774) processed. 4 failed. spent: 228:32, 141:59 mins remaining. ImportedContextsEqualsExported. time: 40482ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:07:28.697 [INFO] !MESSAGE [AUT-0] Finished: ImportedFromFileTestCaseEqualsExported.test in 19570 (476 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:07:28.700 [INFO] !MESSAGE [AUT-0] Starting: ImportedTesCaseEqualsExported.test (477 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:07:28.758 [INFO] !MESSAGE Pass 477 (774) processed. 4 failed. spent: 228:54, 141:26 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 19570ms [INFO] Pass 477 (774) processed. 4 failed. spent: 228:54, 141:26 mins remaining. ImportedFromFileTestCaseEqualsExported. time: 19570ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:07:53.721 [INFO] !MESSAGE [AUT-0] Finished: ImportedTesCaseEqualsExported.test in 23340 (477 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:07:53.724 [INFO] !MESSAGE [AUT-0] Starting: IsEmptyText.test (478 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:07:53.783 [INFO] !MESSAGE Pass 478 (774) processed. 4 failed. spent: 229:19, 140:56 mins remaining. ImportedTesCaseEqualsExported. time: 23340ms [INFO] Pass 478 (774) processed. 4 failed. spent: 229:19, 140:56 mins remaining. ImportedTesCaseEqualsExported. time: 23340ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:08:05.196 [INFO] !MESSAGE [AUT-0] Finished: IsEmptyText.test in 9806 (478 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:08:05.198 [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-31 19:08:05.247 [INFO] !MESSAGE Pass 479 (774) processed. 4 failed. spent: 229:30, 140:16 mins remaining. IsEmptyText. time: 9806ms [INFO] Pass 479 (774) processed. 4 failed. spent: 229:30, 140:16 mins remaining. IsEmptyText. time: 9806ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:10:49.257 [INFO] !MESSAGE [AUT-0] Finished: Job error is captured by Error Log Verification.test in 162223 (479 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:10:49.261 [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-31 19:10:49.264 [INFO] !MESSAGE Pass 480 (774) processed. 4 failed. spent: 232:14, 141:10 mins remaining. Job error is captured by Error Log Verification. time: 162223ms [INFO] Pass 480 (774) processed. 4 failed. spent: 232:14, 141:10 mins remaining. Job error is captured by Error Log Verification. time: 162223ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:13:45.495 [INFO] !MESSAGE [AUT-0] Finished: Launch Test From Report Viewer.test in 174476 (480 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:13:45.499 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_ECL_SuperContext.test (481 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:13:45.572 [INFO] !MESSAGE Pass 481 (774) processed. 4 failed. spent: 235:11, 142:10 mins remaining. Launch Test From Report Viewer. time: 174476ms [INFO] Pass 481 (774) processed. 4 failed. spent: 235:11, 142:10 mins remaining. Launch Test From Report Viewer. time: 174476ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:14:23.275 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_ECL_SuperContext.test in 35708 (481 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:14:23.278 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Group_SuperConext.test (482 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:14:23.363 [INFO] !MESSAGE Pass 482 (774) processed. 4 failed. spent: 235:49, 141:46 mins remaining. LaunchCheck_ECL_SuperContext. time: 35708ms [INFO] Pass 482 (774) processed. 4 failed. spent: 235:49, 141:46 mins remaining. LaunchCheck_ECL_SuperContext. time: 35708ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:15:10.903 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Group_SuperConext.test in 45874 (482 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:15:10.905 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Launch_SuperContext.test (483 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:15:10.946 [INFO] !MESSAGE Pass 483 (774) processed. 4 failed. spent: 236:36, 141:28 mins remaining. LaunchCheck_Group_SuperConext. time: 45874ms [INFO] Pass 483 (774) processed. 4 failed. spent: 236:36, 141:28 mins remaining. LaunchCheck_Group_SuperConext. time: 45874ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:15:54.532 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Launch_SuperContext.test in 41547 (483 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:15:54.534 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Wb_SuperContext.test (484 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:15:54.560 [INFO] !MESSAGE Pass 484 (774) processed. 4 failed. spent: 237:20, 141:07 mins remaining. LaunchCheck_Launch_SuperContext. time: 41547ms [INFO] Pass 484 (774) processed. 4 failed. spent: 237:20, 141:07 mins remaining. LaunchCheck_Launch_SuperContext. time: 41547ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:17:05.918 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Wb_SuperContext.test in 68576 (484 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:17:05.943 [INFO] !MESSAGE [AUT-0] Starting: LaunchCheck_Ws_Pref_SuperContext.test (485 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:17:05.949 [INFO] !MESSAGE Pass 485 (774) processed. 4 failed. spent: 238:31, 141:03 mins remaining. LaunchCheck_Wb_SuperContext. time: 68576ms [INFO] Pass 485 (774) processed. 4 failed. spent: 238:31, 141:03 mins remaining. LaunchCheck_Wb_SuperContext. time: 68576ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:18:02.483 [INFO] !MESSAGE [AUT-0] Finished: LaunchCheck_Ws_Pref_SuperContext.test in 53222 (485 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:18:02.486 [INFO] !MESSAGE [AUT-0] Starting: LaunchngATestCaseWithUnsavedContext.test (486 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:18:02.548 [INFO] !MESSAGE Pass 486 (774) processed. 4 failed. spent: 239:28, 140:50 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 53222ms [INFO] Pass 486 (774) processed. 4 failed. spent: 239:28, 140:50 mins remaining. LaunchCheck_Ws_Pref_SuperContext. time: 53222ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:18:19.102 [INFO] !MESSAGE [AUT-0] Finished: LaunchngATestCaseWithUnsavedContext.test in 14558 (486 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:18:19.105 [INFO] !MESSAGE [AUT-0] Starting: LinkWithEditorInQ7Explorer.test (487 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:18:19.161 [INFO] !MESSAGE Pass 487 (774) processed. 4 failed. spent: 239:44, 140:12 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 14558ms [INFO] Pass 487 (774) processed. 4 failed. spent: 239:44, 140:12 mins remaining. LaunchngATestCaseWithUnsavedContext. time: 14558ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:18:34.108 [INFO] !MESSAGE [AUT-0] Finished: LinkWithEditorInQ7Explorer.test in 13421 (487 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:18:34.110 [INFO] !MESSAGE [AUT-0] Starting: ListFeatures.test (488 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:18:34.180 [INFO] !MESSAGE Pass 488 (774) processed. 4 failed. spent: 239:59, 139:34 mins remaining. LinkWithEditorInQ7Explorer. time: 13421ms [INFO] Pass 488 (774) processed. 4 failed. spent: 239:59, 139:34 mins remaining. LinkWithEditorInQ7Explorer. time: 13421ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:19:34.196 [INFO] !MESSAGE [AUT-0] Finished: ListFeatures.test in 58027 (488 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:19:34.198 [INFO] !MESSAGE [AUT-0] Starting: ListPlugins.test (489 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:19:34.274 [INFO] !MESSAGE Pass 489 (774) processed. 4 failed. spent: 240:59, 139:23 mins remaining. ListFeatures. time: 58027ms [INFO] Pass 489 (774) processed. 4 failed. spent: 240:59, 139:23 mins remaining. ListFeatures. time: 58027ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:20:15.814 [INFO] !MESSAGE [AUT-0] Finished: ListPlugins.test in 39531 (489 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:20:15.817 [INFO] !MESSAGE [AUT-0] Starting: LoadAUTfromFolderContext.test (490 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:20:15.848 [INFO] !MESSAGE Pass 490 (774) processed. 4 failed. spent: 241:41, 139:01 mins remaining. ListPlugins. time: 39531ms [INFO] Pass 490 (774) processed. 4 failed. spent: 241:41, 139:01 mins remaining. ListPlugins. time: 39531ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:23:44.503 [INFO] !MESSAGE [AUT-0] Finished: LoadAUTfromFolderContext.test in 206224 (490 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:23:44.506 [INFO] !MESSAGE [AUT-0] Starting: LoadReport.test (491 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:23:44.562 [INFO] !MESSAGE Pass 491 (774) processed. 4 failed. spent: 245:10, 140:14 mins remaining. LoadAUTfromFolderContext. time: 206224ms [INFO] Pass 491 (774) processed. 4 failed. spent: 245:10, 140:14 mins remaining. LoadAUTfromFolderContext. time: 206224ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:23:58.550 [INFO] !MESSAGE [AUT-0] Finished: LoadReport.test in 12096 (491 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:23:58.553 [INFO] !MESSAGE [AUT-0] Starting: MarkTaskAsCompleted.test (492 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:23:58.575 [INFO] !MESSAGE Pass 492 (774) processed. 4 failed. spent: 245:24, 139:35 mins remaining. LoadReport. time: 12096ms [INFO] Pass 492 (774) processed. 4 failed. spent: 245:24, 139:35 mins remaining. LoadReport. time: 12096ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:24:24.124 [INFO] !MESSAGE [AUT-0] Finished: MarkTaskAsCompleted.test in 23869 (492 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:24:24.127 [INFO] !MESSAGE [AUT-0] Starting: MarkersCanBeAsserted.test (493 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:24:24.201 [INFO] !MESSAGE Pass 493 (774) processed. 4 failed. spent: 245:49, 139:02 mins remaining. MarkTaskAsCompleted. time: 23869ms [INFO] Pass 493 (774) processed. 4 failed. spent: 245:49, 139:02 mins remaining. MarkTaskAsCompleted. time: 23869ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:24:42.086 [INFO] !MESSAGE [AUT-0] Finished: MarkersCanBeAsserted.test in 16114 (493 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:24:42.089 [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-31 19:24:42.149 [INFO] !MESSAGE Pass 494 (774) processed. 4 failed. spent: 246:07, 138:26 mins remaining. MarkersCanBeAsserted. time: 16114ms [INFO] Pass 494 (774) processed. 4 failed. spent: 246:07, 138:26 mins remaining. MarkersCanBeAsserted. time: 16114ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:25:30.133 [INFO] !MESSAGE [AUT-0] Finished: Merge Resources in same-named project .test in 46124 (494 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:25:30.143 [INFO] !MESSAGE [AUT-0] Starting: MergeWSContextsWithCaseSensitiveFileNames.test (495 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:25:30.171 [INFO] !MESSAGE Pass 495 (774) processed. 4 failed. spent: 246:55, 138:06 mins remaining. Merge Resources in same-named project . time: 46124ms [INFO] Pass 495 (774) processed. 4 failed. spent: 246:55, 138:06 mins remaining. Merge Resources in same-named project . time: 46124ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:25:52.749 [INFO] !MESSAGE [AUT-0] Finished: MergeWSContextsWithCaseSensitiveFileNames.test in 20899 (495 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:25:52.751 [INFO] !MESSAGE [AUT-0] Starting: MinimalSave.test (496 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:25:52.753 [INFO] !MESSAGE Pass 496 (774) processed. 4 failed. spent: 247:18, 137:33 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 20899ms [INFO] Pass 496 (774) processed. 4 failed. spent: 247:18, 137:33 mins remaining. MergeWSContextsWithCaseSensitiveFileNames. time: 20899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:26:09.793 [INFO] !MESSAGE [AUT-0] Finished: MinimalSave.test in 15344 (496 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:26:09.796 [INFO] !MESSAGE [AUT-0] Starting: MoveBunchOfElementsToAnotherProject.test (497 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:26:09.871 [INFO] !MESSAGE Pass 497 (774) processed. 4 failed. spent: 247:35, 136:56 mins remaining. MinimalSave. time: 15344ms [INFO] Pass 497 (774) processed. 4 failed. spent: 247:35, 136:56 mins remaining. MinimalSave. time: 15344ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:26:25.347 [INFO] !MESSAGE [AUT-0] Finished: MoveBunchOfElementsToAnotherProject.test in 13714 (497 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:26:25.350 [INFO] !MESSAGE [AUT-0] Starting: MoveContextByDragDrop.test (498 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:26:25.444 [INFO] !MESSAGE Pass 498 (774) processed. 4 failed. spent: 247:51, 136:19 mins remaining. MoveBunchOfElementsToAnotherProject. time: 13714ms [INFO] Pass 498 (774) processed. 4 failed. spent: 247:51, 136:19 mins remaining. MoveBunchOfElementsToAnotherProject. time: 13714ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:26:51.815 [INFO] !MESSAGE [AUT-0] Finished: MoveContextByDragDrop.test in 24465 (498 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:26:51.817 [INFO] !MESSAGE [AUT-0] Starting: MoveContextInContextList.test (499 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:26:51.869 [INFO] !MESSAGE Pass 499 (774) processed. 4 failed. spent: 248:17, 135:47 mins remaining. MoveContextByDragDrop. time: 24465ms [INFO] Pass 499 (774) processed. 4 failed. spent: 248:17, 135:47 mins remaining. MoveContextByDragDrop. time: 24465ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:27:12.274 [INFO] !MESSAGE [AUT-0] Finished: MoveContextInContextList.test in 19037 (499 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:27:12.277 [INFO] !MESSAGE [AUT-0] Starting: MoveElementsToAnotherProjectOneByOne.test (500 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:27:12.291 [INFO] !MESSAGE Pass 500 (774) processed. 4 failed. spent: 248:37, 135:12 mins remaining. MoveContextInContextList. time: 19037ms [INFO] Pass 500 (774) processed. 4 failed. spent: 248:37, 135:12 mins remaining. MoveContextInContextList. time: 19037ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:27:35.344 [INFO] !MESSAGE [AUT-0] Finished: MoveElementsToAnotherProjectOneByOne.test in 21146 (500 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:27:35.344 [INFO] !MESSAGE Pass 501 (774) processed. 4 failed. spent: 249:01, 135:25 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 21146ms [INFO] Pass 501 (774) processed. 4 failed. spent: 249:01, 135:25 mins remaining. MoveElementsToAnotherProjectOneByOne. time: 21146ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:27:35.346 [INFO] !MESSAGE [AUT-0] Starting: MoveEntireContextsToAnotherProject.test (501 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:27:58.291 [INFO] !MESSAGE [AUT-0] Finished: MoveEntireContextsToAnotherProject.test in 21415 (501 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:27:58.294 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderToProjectWithDuplicateFolder.test (502 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:27:58.365 [INFO] !MESSAGE Pass 502 (774) processed. 4 failed. spent: 249:24, 134:06 mins remaining. MoveEntireContextsToAnotherProject. time: 21415ms [INFO] Pass 502 (774) processed. 4 failed. spent: 249:24, 134:06 mins remaining. MoveEntireContextsToAnotherProject. time: 21415ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:28:31.320 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderToProjectWithDuplicateFolder.test in 31158 (502 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:28:31.322 [INFO] !MESSAGE [AUT-0] Starting: MoveFolderWithTestAndContext.test (503 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:28:31.361 [INFO] !MESSAGE Pass 503 (774) processed. 4 failed. spent: 249:57, 133:38 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 31158ms [INFO] Pass 503 (774) processed. 4 failed. spent: 249:57, 133:38 mins remaining. MoveFolderToProjectWithDuplicateFolder. time: 31158ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:29:12.353 [INFO] !MESSAGE [AUT-0] Finished: MoveFolderWithTestAndContext.test in 39440 (503 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:29:12.356 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInEclContext.test (504 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:29:12.398 [INFO] !MESSAGE Pass 504 (774) processed. 4 failed. spent: 250:38, 133:14 mins remaining. MoveFolderWithTestAndContext. time: 39440ms [INFO] Pass 504 (774) processed. 4 failed. spent: 250:38, 133:14 mins remaining. MoveFolderWithTestAndContext. time: 39440ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:29:30.371 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInEclContext.test in 16394 (504 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:29:30.373 [INFO] !MESSAGE [AUT-0] Starting: MoveLineByAltUp_DownInScriptViewer.test (505 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:29:30.414 [INFO] !MESSAGE Pass 505 (774) processed. 4 failed. spent: 250:56, 132:38 mins remaining. MoveLineByAltUp\DownInEclContext. time: 16394ms [INFO] Pass 505 (774) processed. 4 failed. spent: 250:56, 132:38 mins remaining. MoveLineByAltUp\DownInEclContext. time: 16394ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:29:51.898 [INFO] !MESSAGE [AUT-0] Finished: MoveLineByAltUp_DownInScriptViewer.test in 19720 (505 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:29:51.900 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectToProjectWithDuplicateObject.test (506 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:29:51.958 [INFO] !MESSAGE Pass 506 (774) processed. 4 failed. spent: 251:17, 132:04 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 19720ms [INFO] Pass 506 (774) processed. 4 failed. spent: 251:17, 132:04 mins remaining. MoveLineByAltUp\DownInScriptViewer. time: 19720ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:30:29.951 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectToProjectWithDuplicateObject.test in 35927 (506 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:30:29.953 [INFO] !MESSAGE [AUT-0] Starting: MoveObjectsByDragDrop.test (507 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:30:30.045 [INFO] !MESSAGE Pass 507 (774) processed. 4 failed. spent: 251:55, 131:38 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 35927ms [INFO] Pass 507 (774) processed. 4 failed. spent: 251:55, 131:38 mins remaining. MoveObjectToProjectWithDuplicateObject. time: 35927ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:30:55.446 [INFO] !MESSAGE [AUT-0] Finished: MoveObjectsByDragDrop.test in 23764 (507 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:30:55.450 [INFO] !MESSAGE [AUT-0] Starting: MoveOneTestByDragDrop.test (508 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:30:55.467 [INFO] !MESSAGE Pass 508 (774) processed. 4 failed. spent: 252:21, 131:07 mins remaining. MoveObjectsByDragDrop. time: 23764ms [INFO] Pass 508 (774) processed. 4 failed. spent: 252:21, 131:07 mins remaining. MoveObjectsByDragDrop. time: 23764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:31:23.484 [INFO] !MESSAGE [AUT-0] Finished: MoveOneTestByDragDrop.test in 26201 (508 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:31:23.486 [INFO] !MESSAGE [AUT-0] Starting: MoveReadOnlyResourceIntoAFolder.test (509 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:31:23.503 [INFO] !MESSAGE Pass 509 (774) processed. 4 failed. spent: 252:49, 130:36 mins remaining. MoveOneTestByDragDrop. time: 26201ms [INFO] Pass 509 (774) processed. 4 failed. spent: 252:49, 130:36 mins remaining. MoveOneTestByDragDrop. time: 26201ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:31:42.398 [INFO] !MESSAGE [AUT-0] Finished: MoveReadOnlyResourceIntoAFolder.test in 17237 (509 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:31:42.400 [INFO] !MESSAGE [AUT-0] Starting: MultipleScenarioModificationTest.test (510 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:31:42.443 [INFO] !MESSAGE Pass 510 (774) processed. 4 failed. spent: 253:08, 130:01 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 17237ms [INFO] Pass 510 (774) processed. 4 failed. spent: 253:08, 130:01 mins remaining. MoveReadOnlyResourceIntoAFolder. time: 17237ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:32:26.056 [INFO] !MESSAGE [AUT-0] Finished: MultipleScenarioModificationTest.test in 41542 (510 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:32:26.058 [INFO] !MESSAGE [AUT-0] Starting: NavigationInContextDescription.test (511 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:32:26.085 [INFO] !MESSAGE Pass 511 (774) processed. 4 failed. spent: 253:51, 129:38 mins remaining. MultipleScenarioModificationTest. time: 41542ms [INFO] Pass 511 (774) processed. 4 failed. spent: 253:51, 129:38 mins remaining. MultipleScenarioModificationTest. time: 41542ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:32:44.522 [INFO] !MESSAGE [AUT-0] Finished: NavigationInContextDescription.test in 16815 (511 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:32:44.524 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTagsFieldOfTestCase.test (512 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:32:44.603 [INFO] !MESSAGE Pass 512 (774) processed. 4 failed. spent: 254:10, 129:03 mins remaining. NavigationInContextDescription. time: 16815ms [INFO] Pass 512 (774) processed. 4 failed. spent: 254:10, 129:03 mins remaining. NavigationInContextDescription. time: 16815ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:33:05.536 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTagsFieldOfTestCase.test in 19513 (512 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:33:05.538 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestDescription.test (513 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:33:05.551 [INFO] !MESSAGE Pass 513 (774) processed. 4 failed. spent: 254:31, 128:29 mins remaining. NavigationInTagsFieldOfTestCase. time: 19513ms [INFO] Pass 513 (774) processed. 4 failed. spent: 254:31, 128:29 mins remaining. NavigationInTagsFieldOfTestCase. time: 19513ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:33:26.101 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestDescription.test in 18698 (513 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:33:26.104 [INFO] !MESSAGE [AUT-0] Starting: NavigationInTestSuiteDescription.test (514 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:33:26.171 [INFO] !MESSAGE Pass 514 (774) processed. 4 failed. spent: 254:51, 127:55 mins remaining. NavigationInTestDescription. time: 18698ms [INFO] Pass 514 (774) processed. 4 failed. spent: 254:51, 127:55 mins remaining. NavigationInTestDescription. time: 18698ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:33:46.099 [INFO] !MESSAGE [AUT-0] Finished: NavigationInTestSuiteDescription.test in 18169 (514 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:33:46.101 [INFO] !MESSAGE [AUT-0] Starting: NavigationOnScriptViewer.test (515 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:33:46.190 [INFO] !MESSAGE Pass 515 (774) processed. 4 failed. spent: 255:11, 127:20 mins remaining. NavigationInTestSuiteDescription. time: 18169ms [INFO] Pass 515 (774) processed. 4 failed. spent: 255:11, 127:20 mins remaining. NavigationInTestSuiteDescription. time: 18169ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:34:01.188 [INFO] !MESSAGE [AUT-0] Finished: NavigationOnScriptViewer.test in 13142 (515 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:34:01.191 [INFO] !MESSAGE [AUT-0] Starting: New Contexts Creation.scenario (516 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:34:01.204 [INFO] !MESSAGE Pass 516 (774) processed. 4 failed. spent: 255:26, 126:43 mins remaining. NavigationOnScriptViewer. time: 13142ms [INFO] Pass 516 (774) processed. 4 failed. spent: 255:26, 126:43 mins remaining. NavigationOnScriptViewer. time: 13142ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:34:33.261 [INFO] !MESSAGE [AUT-0] Finished: New Contexts Creation.scenario in 30339 (516 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:34:33.264 [INFO] !MESSAGE [AUT-0] Starting: New Project Creation.scenario (517 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:34:33.361 [INFO] !MESSAGE Pass 517 (774) processed. 4 failed. spent: 255:59, 126:15 mins remaining. New Contexts Creation. time: 30339ms [INFO] Pass 517 (774) processed. 4 failed. spent: 255:59, 126:15 mins remaining. New Contexts Creation. time: 30339ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:34:44.684 [INFO] !MESSAGE [AUT-0] Finished: New Project Creation.scenario in 9888 (517 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:34:44.686 [INFO] !MESSAGE [AUT-0] Starting: New Scenario Creation.scenario (518 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:34:44.779 [INFO] !MESSAGE Pass 518 (774) processed. 4 failed. spent: 256:10, 125:37 mins remaining. New Project Creation. time: 9888ms [INFO] Pass 518 (774) processed. 4 failed. spent: 256:10, 125:37 mins remaining. New Project Creation. time: 9888ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:34:58.111 [INFO] !MESSAGE [AUT-0] Finished: New Scenario Creation.scenario in 11799 (518 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:34:58.113 [INFO] !MESSAGE [AUT-0] Starting: NewFolderInRootPath.test (519 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:34:58.193 [INFO] !MESSAGE Pass 519 (774) processed. 4 failed. spent: 256:23, 124:59 mins remaining. New Scenario Creation. time: 11799ms [INFO] Pass 519 (774) processed. 4 failed. spent: 256:23, 124:59 mins remaining. New Scenario Creation. time: 11799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:35:22.085 [INFO] !MESSAGE [AUT-0] Finished: NewFolderInRootPath.test in 22099 (519 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:35:22.087 [INFO] !MESSAGE [AUT-0] Starting: NoLaunchDuplicates.test (520 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:35:22.162 [INFO] !MESSAGE Pass 520 (774) processed. 4 failed. spent: 256:47, 124:27 mins remaining. NewFolderInRootPath. time: 22099ms [INFO] Pass 520 (774) processed. 4 failed. spent: 256:47, 124:27 mins remaining. NewFolderInRootPath. time: 22099ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:36:58.858 [INFO] !MESSAGE [AUT-0] Finished: NoLaunchDuplicates.test in 94540 (520 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:36:58.861 [INFO] !MESSAGE [AUT-0] Starting: NoUndoInReopenedDocument.test (521 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:36:58.947 [INFO] !MESSAGE Pass 521 (774) processed. 4 failed. spent: 258:24, 124:30 mins remaining. NoLaunchDuplicates. time: 94540ms [INFO] Pass 521 (774) processed. 4 failed. spent: 258:24, 124:30 mins remaining. NoLaunchDuplicates. time: 94540ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:37:18.525 [INFO] !MESSAGE [AUT-0] Finished: NoUndoInReopenedDocument.test in 17534 (521 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:37:18.527 [INFO] !MESSAGE [AUT-0] Starting: NotAllowedToReplaceInContexts.test (522 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:37:18.566 [INFO] !MESSAGE Pass 522 (774) processed. 4 failed. spent: 258:44, 123:56 mins remaining. NoUndoInReopenedDocument. time: 17534ms [INFO] Pass 522 (774) processed. 4 failed. spent: 258:44, 123:56 mins remaining. NoUndoInReopenedDocument. time: 17534ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:37:30.494 [INFO] !MESSAGE [AUT-0] Finished: NotAllowedToReplaceInContexts.test in 10206 (522 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:37:30.496 [INFO] !MESSAGE [AUT-0] Starting: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test (523 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:37:30.577 [INFO] !MESSAGE Pass 523 (774) processed. 4 failed. spent: 258:56, 123:18 mins remaining. NotAllowedToReplaceInContexts. time: 10206ms [INFO] Pass 523 (774) processed. 4 failed. spent: 258:56, 123:18 mins remaining. NotAllowedToReplaceInContexts. time: 10206ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:38:07.481 [INFO] !MESSAGE [AUT-0] Finished: NotRemoveDuplicateContextFromTestAtAddingDefaultContexts.test in 35531 (523 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:38:07.483 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInContext.test (524 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:38:07.568 [INFO] !MESSAGE Pass 524 (774) processed. 4 failed. spent: 259:33, 122:52 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 35531ms [INFO] Pass 524 (774) processed. 4 failed. spent: 259:33, 122:52 mins remaining. NotRemoveDuplicateContextFromTestAtAddingDefaultContexts. time: 35531ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:38:32.097 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInContext.test in 22920 (524 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:38:32.099 [INFO] !MESSAGE [AUT-0] Starting: NotSaveChangesInTest.test (525 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:38:32.160 [INFO] !MESSAGE Pass 525 (774) processed. 4 failed. spent: 259:57, 122:19 mins remaining. NotSaveChangesInContext. time: 22920ms [INFO] Pass 525 (774) processed. 4 failed. spent: 259:57, 122:19 mins remaining. NotSaveChangesInContext. time: 22920ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:38:54.093 [INFO] !MESSAGE [AUT-0] Finished: NotSaveChangesInTest.test in 20399 (525 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:38:54.095 [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-31 19:38:54.180 [INFO] !MESSAGE Pass 526 (774) processed. 4 failed. spent: 260:19, 121:46 mins remaining. NotSaveChangesInTest. time: 20399ms [INFO] Pass 526 (774) processed. 4 failed. spent: 260:19, 121:46 mins remaining. NotSaveChangesInTest. time: 20399ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:39:08.103 [INFO] !MESSAGE [AUT-0] Finished: Open File From Workspace Context.test in 12463 (526 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:39:08.106 [INFO] !MESSAGE [AUT-0] Starting: OpenAndApplyTestAfterSearching.test (527 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:39:08.193 [INFO] !MESSAGE Pass 527 (774) processed. 4 failed. spent: 260:33, 121:09 mins remaining. Open File From Workspace Context. time: 12463ms [INFO] Pass 527 (774) processed. 4 failed. spent: 260:33, 121:09 mins remaining. Open File From Workspace Context. time: 12463ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:39:34.583 [INFO] !MESSAGE [AUT-0] Finished: OpenAndApplyTestAfterSearching.test in 24671 (527 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:39:34.585 [INFO] !MESSAGE [AUT-0] Starting: OpenContextEditorFromTestEditor.test (528 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:39:34.655 [INFO] !MESSAGE Pass 528 (774) processed. 4 failed. spent: 261:00, 120:39 mins remaining. OpenAndApplyTestAfterSearching. time: 24671ms [INFO] Pass 528 (774) processed. 4 failed. spent: 261:00, 120:39 mins remaining. OpenAndApplyTestAfterSearching. time: 24671ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:39:59.106 [INFO] !MESSAGE [AUT-0] Finished: OpenContextEditorFromTestEditor.test in 22819 (528 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:39:59.108 [INFO] !MESSAGE [AUT-0] Starting: OpenContextFromToolbar.test (529 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:39:59.178 [INFO] !MESSAGE Pass 529 (774) processed. 4 failed. spent: 261:24, 120:06 mins remaining. OpenContextEditorFromTestEditor. time: 22819ms [INFO] Pass 529 (774) processed. 4 failed. spent: 261:24, 120:06 mins remaining. OpenContextEditorFromTestEditor. time: 22819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:40:14.177 [INFO] !MESSAGE [AUT-0] Finished: OpenContextFromToolbar.test in 13241 (529 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:40:14.182 [INFO] !MESSAGE [AUT-0] Starting: OpenDefaultContextFRomTestCase.test (530 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:40:14.193 [INFO] !MESSAGE Pass 530 (774) processed. 4 failed. spent: 261:39, 119:30 mins remaining. OpenContextFromToolbar. time: 13241ms [INFO] Pass 530 (774) processed. 4 failed. spent: 261:39, 119:30 mins remaining. OpenContextFromToolbar. time: 13241ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:40:29.703 [INFO] !MESSAGE [AUT-0] Finished: OpenDefaultContextFRomTestCase.test in 13671 (530 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:40:29.705 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (531 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:40:29.752 [INFO] !MESSAGE Pass 531 (774) processed. 4 failed. spent: 261:55, 118:55 mins remaining. OpenDefaultContextFromTestCase. time: 13671ms [INFO] Pass 531 (774) processed. 4 failed. spent: 261:55, 118:55 mins remaining. OpenDefaultContextFromTestCase. time: 13671ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:40:45.690 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 14412 (531 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:40:45.692 [INFO] !MESSAGE [AUT-0] Starting: OpenFiles.test (532 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:40:45.768 [INFO] !MESSAGE Pass 532 (774) processed. 4 failed. spent: 262:11, 118:19 mins remaining. OpenFiles. time: 14412ms [INFO] Pass 532 (774) processed. 4 failed. spent: 262:11, 118:19 mins remaining. OpenFiles. time: 14412ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:41:02.267 [INFO] !MESSAGE [AUT-0] Finished: OpenFiles.test in 14862 (532 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:41:02.270 [INFO] !MESSAGE [AUT-0] Starting: OpenRCPTTSearchDialog.test (533 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:41:02.284 [INFO] !MESSAGE Pass 533 (774) processed. 4 failed. spent: 262:27, 117:44 mins remaining. OpenFiles. time: 14862ms [INFO] Pass 533 (774) processed. 4 failed. spent: 262:27, 117:44 mins remaining. OpenFiles. time: 14862ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:41:15.462 [INFO] !MESSAGE [AUT-0] Finished: OpenRCPTTSearchDialog.test in 10729 (533 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:41:15.465 [INFO] !MESSAGE [AUT-0] Starting: OpenRunConfigurationFromQ7Explorer.test (534 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:41:15.497 [INFO] !MESSAGE Pass 534 (774) processed. 4 failed. spent: 262:41, 117:07 mins remaining. OpenRCPTTSearchDialog. time: 10729ms [INFO] Pass 534 (774) processed. 4 failed. spent: 262:41, 117:07 mins remaining. OpenRCPTTSearchDialog. time: 10729ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:41:35.443 [INFO] !MESSAGE [AUT-0] Finished: OpenRunConfigurationFromQ7Explorer.test in 18019 (534 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:41:35.446 [INFO] !MESSAGE [AUT-0] Starting: OpenTestFromToolbar.test (535 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:41:35.451 [INFO] !MESSAGE Pass 535 (774) processed. 4 failed. spent: 263:01, 116:34 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 18019ms [INFO] Pass 535 (774) processed. 4 failed. spent: 263:01, 116:34 mins remaining. OpenRunConfigurationFromQ7Explorer. time: 18019ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:41:49.382 [INFO] !MESSAGE [AUT-0] Finished: OpenTestFromToolbar.test in 12466 (535 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:41:49.384 [INFO] !MESSAGE [AUT-0] Starting: OrderContextsInGroupContext.test (536 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:41:49.464 [INFO] !MESSAGE Pass 536 (774) processed. 4 failed. spent: 263:15, 115:58 mins remaining. OpenTestFromToolbar. time: 12466ms [INFO] Pass 536 (774) processed. 4 failed. spent: 263:15, 115:58 mins remaining. OpenTestFromToolbar. time: 12466ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:06.387 [INFO] !MESSAGE [AUT-0] Finished: OrderContextsInGroupContext.test in 15257 (536 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:06.390 [INFO] !MESSAGE [AUT-0] Starting: PageUp_PageDownInScriptViewer.test (537 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:42:06.481 [INFO] !MESSAGE Pass 537 (774) processed. 4 failed. spent: 263:32, 115:23 mins remaining. OrderContextsInGroupContext. time: 15257ms [INFO] Pass 537 (774) processed. 4 failed. spent: 263:32, 115:23 mins remaining. OrderContextsInGroupContext. time: 15257ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:20.922 [INFO] !MESSAGE [AUT-0] Finished: PageUp_PageDownInScriptViewer.test in 12628 (537 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:20.924 [INFO] !MESSAGE [AUT-0] Starting: Parameters.test (538 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:42:20.996 [INFO] !MESSAGE Pass 538 (774) processed. 4 failed. spent: 263:46, 114:47 mins remaining. PageUp\PageDownInScriptViewer. time: 12628ms [INFO] Pass 538 (774) processed. 4 failed. spent: 263:46, 114:47 mins remaining. PageUp\PageDownInScriptViewer. time: 12628ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:37.483 [INFO] !MESSAGE [AUT-0] Finished: Parameters.test in 14590 (538 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:37.486 [INFO] !MESSAGE [AUT-0] Starting: ParseDateTime.test (539 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:42:37.545 [INFO] !MESSAGE Pass 539 (774) processed. 4 failed. spent: 264:03, 114:12 mins remaining. Parameters. time: 14590ms [INFO] Pass 539 (774) processed. 4 failed. spent: 264:03, 114:12 mins remaining. Parameters. time: 14590ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:42.791 [INFO] !MESSAGE [AUT-0] Finished: ParseDateTime.test in 4276 (539 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:42.793 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBox2.test (540 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:42:42.851 [INFO] !MESSAGE Pass 540 (774) processed. 4 failed. spent: 264:08, 113:32 mins remaining. ParseDateTime. time: 4276ms [INFO] Pass 540 (774) processed. 4 failed. spent: 264:08, 113:32 mins remaining. ParseDateTime. time: 4276ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:57.258 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBox2.test in 12674 (540 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:42:57.262 [INFO] !MESSAGE [AUT-0] Starting: Q7SearchBoxTest.test (541 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:42:57.265 [INFO] !MESSAGE Pass 541 (774) processed. 4 failed. spent: 264:22, 112:57 mins remaining. Q7SearchBox2. time: 12674ms [INFO] Pass 541 (774) processed. 4 failed. spent: 264:22, 112:57 mins remaining. Q7SearchBox2. time: 12674ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:43:13.696 [INFO] !MESSAGE [AUT-0] Finished: Q7SearchBoxTest.test in 15163 (541 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:43:13.698 [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-31 19:43:13.781 [INFO] !MESSAGE Pass 542 (774) processed. 4 failed. spent: 264:39, 112:22 mins remaining. Q7SearchBoxTest. time: 15163ms [INFO] Pass 542 (774) processed. 4 failed. spent: 264:39, 112:22 mins remaining. Q7SearchBoxTest. time: 15163ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:43:27.685 [INFO] !MESSAGE [AUT-0] Finished: QS-1252_It is possible to add duplicate editor in Workbench context.test in 12499 (542 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:43:27.687 [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-31 19:43:27.695 [INFO] !MESSAGE Pass 543 (774) processed. 4 failed. spent: 264:53, 111:47 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 12499ms [INFO] Pass 543 (774) processed. 4 failed. spent: 264:53, 111:47 mins remaining. QS-1252_It is possible to add duplicate editor in Workbench context. time: 12499ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:43:36.617 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Add a preference for ECL content assist autoactivation.test in 7650 (543 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:43:36.619 [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-31 19:43:36.643 [INFO] !MESSAGE Pass 544 (774) processed. 4 failed. spent: 265:02, 111:09 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 7650ms [INFO] Pass 544 (774) processed. 4 failed. spent: 265:02, 111:09 mins remaining. QS-2221_Add a preference for ECL content assist autoactivation. time: 7650ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:43:48.022 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Check Auto Activation.test in 10073 (544 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:43:48.024 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckAutoActivationDisabled.test (545 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:43:48.055 [INFO] !MESSAGE Pass 545 (774) processed. 4 failed. spent: 265:13, 110:32 mins remaining. QS-2221_Check Auto Activation. time: 10073ms [INFO] Pass 545 (774) processed. 4 failed. spent: 265:13, 110:32 mins remaining. QS-2221_Check Auto Activation. time: 10073ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:01.559 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckAutoActivationDisabled.test in 11566 (545 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:01.562 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_CheckErrorMessages.test (546 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:44:01.567 [INFO] !MESSAGE Pass 546 (774) processed. 4 failed. spent: 265:27, 109:57 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 11566ms [INFO] Pass 546 (774) processed. 4 failed. spent: 265:27, 109:57 mins remaining. QS-2221_CheckAutoActivationDisabled. time: 11566ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:10.478 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_CheckErrorMessages.test in 7424 (546 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:10.480 [INFO] !MESSAGE [AUT-0] Starting: QS-2221_Resore Defaults.test (547 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:44:10.576 [INFO] !MESSAGE Pass 547 (774) processed. 4 failed. spent: 265:36, 109:20 mins remaining. QS-2221_CheckErrorMessages. time: 7424ms [INFO] Pass 547 (774) processed. 4 failed. spent: 265:36, 109:20 mins remaining. QS-2221_CheckErrorMessages. time: 7424ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:18.343 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Resore Defaults.test in 6823 (547 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:18.346 [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-31 19:44:18.385 [INFO] !MESSAGE Pass 548 (774) processed. 4 failed. spent: 265:44, 108:42 mins remaining. QS-2221_Resore Defaults. time: 6823ms [INFO] Pass 548 (774) processed. 4 failed. spent: 265:44, 108:42 mins remaining. QS-2221_Resore Defaults. time: 6823ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:25.709 [INFO] !MESSAGE [AUT-0] Finished: QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled .test in 6115 (548 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:25.711 [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-31 19:44:25.792 [INFO] !MESSAGE Pass 549 (774) processed. 4 failed. spent: 265:51, 108:04 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 6115ms [INFO] Pass 549 (774) processed. 4 failed. spent: 265:51, 108:04 mins remaining. QS-2221_Trigger And Delay Fields Should become disabled if Autoactivation is disabled . time: 6115ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:39.617 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of nested test suite if it changed.test in 12483 (549 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:39.619 [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-31 19:44:39.705 [INFO] !MESSAGE Pass 550 (774) processed. 4 failed. spent: 266:05, 107:29 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 12483ms [INFO] Pass 550 (774) processed. 4 failed. spent: 266:05, 107:29 mins remaining. QS-2678_Suite editor should update the name of nested test suite if it changed. time: 12483ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:56.139 [INFO] !MESSAGE [AUT-0] Finished: QS-2678_Suite editor should update the name of the test case if it changed.test in 14751 (550 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:44:56.146 [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-31 19:44:56.221 [INFO] !MESSAGE Pass 551 (774) processed. 4 failed. spent: 266:21, 106:55 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 14751ms [INFO] Pass 551 (774) processed. 4 failed. spent: 266:21, 106:55 mins remaining. QS-2678_Suite editor should update the name of the test case if it changed. time: 14751ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:45:13.122 [INFO] !MESSAGE [AUT-0] Finished: QS-2699_Error removing a reference from supercontext to a context during context removal.test in 15194 (551 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:45:13.124 [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-31 19:45:13.153 [INFO] !MESSAGE Pass 552 (774) processed. 4 failed. spent: 266:38, 106:21 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 15194ms [INFO] Pass 552 (774) processed. 4 failed. spent: 266:38, 106:21 mins remaining. QS-2699_Error removing a reference from supercontext to a context during context removal. time: 15194ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-31 19:46:57.650 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:47:03.380 [INFO] !MESSAGE [AUT-0] Finished: QS-2734_Q7 can't handle File_Restart.test in 108302 (552 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:47:03.384 [INFO] !MESSAGE [AUT-0] Starting: QS-2815.test (553 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:47:03.451 [INFO] !MESSAGE Pass 553 (774) processed. 4 failed. spent: 268:29, 106:25 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 108302ms [INFO] Pass 553 (774) processed. 4 failed. spent: 268:29, 106:25 mins remaining. QS-2734_Q7 can't handle File/Restart. time: 108302ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:47:15.698 [INFO] !MESSAGE [AUT-0] Finished: QS-2815.test in 10640 (553 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:47:15.702 [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-31 19:47:15.762 [INFO] !MESSAGE Pass 554 (774) processed. 4 failed. spent: 268:41, 105:49 mins remaining. QS-2815. time: 10640ms [INFO] Pass 554 (774) processed. 4 failed. spent: 268:41, 105:49 mins remaining. QS-2815. time: 10640ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:47:44.107 [INFO] !MESSAGE [AUT-0] Finished: QS-2819_Navigation to parameter in Parameters context.test in 27024 (554 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:47:44.111 [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-31 19:47:44.158 [INFO] !MESSAGE Pass 555 (774) processed. 4 failed. spent: 269:09, 105:20 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 27024ms [INFO] Pass 555 (774) processed. 4 failed. spent: 269:09, 105:20 mins remaining. QS-2819_Navigation to parameter in Parameters context. time: 27024ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:48:04.087 [INFO] !MESSAGE [AUT-0] Finished: QS-2821_Add tooltip information for references.test in 18093 (555 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:48:04.090 [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-31 19:48:04.149 [INFO] !MESSAGE Pass 556 (774) processed. 4 failed. spent: 269:29, 104:47 mins remaining. QS-2821_Add tooltip information for references. time: 18093ms [INFO] Pass 556 (774) processed. 4 failed. spent: 269:29, 104:47 mins remaining. QS-2821_Add tooltip information for references. time: 18093ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:48:26.586 [INFO] !MESSAGE [AUT-0] Finished: QS-2824_Navigation to procedures.test in 20842 (556 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:48:26.589 [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-31 19:48:26.668 [INFO] !MESSAGE Pass 557 (774) processed. 4 failed. spent: 269:52, 104:16 mins remaining. QS-2824_Navigation to procedures. time: 20842ms [INFO] Pass 557 (774) processed. 4 failed. spent: 269:52, 104:16 mins remaining. QS-2824_Navigation to procedures. time: 20842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:48:48.131 [INFO] !MESSAGE [AUT-0] Finished: QS-2830_Automatic completeion of references on $ sign.test in 19799 (557 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:48:48.133 [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-31 19:48:48.145 [INFO] !MESSAGE Pass 558 (774) processed. 4 failed. spent: 270:13, 103:44 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 19799ms [INFO] Pass 558 (774) processed. 4 failed. spent: 270:13, 103:44 mins remaining. QS-2830_Automatic completeion of references on $ sign. time: 19799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:49:06.102 [INFO] !MESSAGE [AUT-0] Finished: QS-2833_Add $ sign to autocompletion triggers.test in 16100 (558 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:49:06.105 [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-31 19:49:06.161 [INFO] !MESSAGE Pass 559 (774) processed. 4 failed. spent: 270:31, 103:11 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 16100ms [INFO] Pass 559 (774) processed. 4 failed. spent: 270:31, 103:11 mins remaining. QS-2833_Add $ sign to autocompletion triggers. time: 16100ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:49:25.588 [INFO] !MESSAGE [AUT-0] Finished: QS-2834_Ignore all public commands for Open Declaration action_.test in 18029 (559 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:49:25.590 [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-31 19:49:25.679 [INFO] !MESSAGE Pass 560 (774) processed. 4 failed. spent: 270:51, 102:39 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 18029ms [INFO] Pass 560 (774) processed. 4 failed. spent: 270:51, 102:39 mins remaining. QS-2834_Ignore all public commands for Open Declaration action.. time: 18029ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:53:09.298 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-478_HTML report looks different if it is copied as only html-file.test in 221854 (560 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:53:09.301 [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-31 19:53:09.346 [INFO] !MESSAGE Pass 561 (774) processed. 4 failed. spent: 274:35, 103:23 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 221854ms [INFO] Pass 561 (774) processed. 4 failed. spent: 274:35, 103:23 mins remaining. RCPTT-478_HTML report looks different if it is copied as only html-file. time: 221854ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:53:46.323 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-595_Scriptlet is not found in ECL context which is added to context Group.test in 35420 (561 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:53:46.326 [INFO] !MESSAGE [AUT-0] Starting: ReWriteWorkspaceContext.test (562 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:53:46.349 [INFO] !MESSAGE Pass 562 (774) processed. 4 failed. spent: 275:12, 102:57 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 35420ms [INFO] Pass 562 (774) processed. 4 failed. spent: 275:12, 102:57 mins remaining. RCPTT-595_Scriptlet is not found in ECL context which is added to context Group. time: 35420ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:54:16.404 [INFO] !MESSAGE [AUT-0] Finished: ReWriteWorkspaceContext.test in 27971 (562 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:54:16.407 [INFO] !MESSAGE [AUT-0] Starting: ReadLinesFromFile.test (563 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:54:16.450 [INFO] !MESSAGE Pass 563 (774) processed. 4 failed. spent: 275:42, 102:28 mins remaining. ReWriteWorkspaceContext. time: 27971ms [INFO] Pass 563 (774) processed. 4 failed. spent: 275:42, 102:28 mins remaining. ReWriteWorkspaceContext. time: 27971ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:54:26.897 [INFO] !MESSAGE [AUT-0] Finished: ReadLinesFromFile.test in 8839 (563 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:54:26.899 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyContext.test (564 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:54:26.968 [INFO] !MESSAGE Pass 564 (774) processed. 4 failed. spent: 275:52, 101:51 mins remaining. ReadLinesFromFile. time: 8839ms [INFO] Pass 564 (774) processed. 4 failed. spent: 275:52, 101:51 mins remaining. ReadLinesFromFile. time: 8839ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:54:50.782 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyContext.test in 22475 (564 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:54:50.785 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyTest.test (565 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:54:50.790 [INFO] !MESSAGE Pass 565 (774) processed. 4 failed. spent: 276:16, 101:20 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 22475ms [INFO] Pass 565 (774) processed. 4 failed. spent: 276:16, 101:20 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyContext. time: 22475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:55:19.788 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyTest.test in 27170 (565 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:55:19.791 [INFO] !MESSAGE [AUT-0] Starting: ReadOnly_TryToMakeChangesInReadOnlyVerification.test (566 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:55:19.863 [INFO] !MESSAGE Pass 566 (774) processed. 4 failed. spent: 276:45, 100:51 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 27170ms [INFO] Pass 566 (774) processed. 4 failed. spent: 276:45, 100:51 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyTest. time: 27170ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:55:44.803 [INFO] !MESSAGE [AUT-0] Finished: ReadOnly_TryToMakeChangesInReadOnlyVerification.test in 23722 (566 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:55:44.806 [INFO] !MESSAGE [AUT-0] Starting: RecoverContextReferencesAfterUndoDeletingContext.test (567 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:55:44.845 [INFO] !MESSAGE Pass 567 (774) processed. 4 failed. spent: 277:10, 100:20 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 23722ms [INFO] Pass 567 (774) processed. 4 failed. spent: 277:10, 100:20 mins remaining. ReadOnly_TryToMakeChangesInReadOnlyVerification. time: 23722ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:56:09.807 [INFO] !MESSAGE [AUT-0] Finished: RecoverContextReferencesAfterUndoDeletingContext.test in 23284 (567 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:56:09.809 [INFO] !MESSAGE [AUT-0] Starting: RefactoringReferencesAfterRenameProject.test (568 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:56:09.868 [INFO] !MESSAGE Pass 568 (774) processed. 4 failed. spent: 277:35, 99:49 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 23284ms [INFO] Pass 568 (774) processed. 4 failed. spent: 277:35, 99:49 mins remaining. RecoverContextReferencesAfterUndoDeletingContext. time: 23284ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:56:32.792 [INFO] !MESSAGE [AUT-0] Finished: RefactoringReferencesAfterRenameProject.test in 21120 (568 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:56:32.794 [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-31 19:56:32.851 [INFO] !MESSAGE Pass 569 (774) processed. 4 failed. spent: 277:58, 99:18 mins remaining. RefactoringReferencesAfterRenameProject. time: 21120ms [INFO] Pass 569 (774) processed. 4 failed. spent: 277:58, 99:18 mins remaining. RefactoringReferencesAfterRenameProject. time: 21120ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:56:49.297 [INFO] !MESSAGE [AUT-0] Finished: Refresh context name in editor after context renaming.test in 15077 (569 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:56:49.300 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameFolder.test (570 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:56:49.370 [INFO] !MESSAGE Pass 570 (774) processed. 4 failed. spent: 278:15, 98:44 mins remaining. Refresh context name in editor after context renaming. time: 15077ms [INFO] Pass 570 (774) processed. 4 failed. spent: 278:15, 98:44 mins remaining. Refresh context name in editor after context renaming. time: 15077ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:57:15.806 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameFolder.test in 24778 (570 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:57:15.809 [INFO] !MESSAGE [AUT-0] Starting: RefreshReferenceAfterRenameProject.test (571 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:57:15.856 [INFO] !MESSAGE Pass 571 (774) processed. 4 failed. spent: 278:41, 98:14 mins remaining. RefreshReferenceAfterRenameFolder. time: 24778ms [INFO] Pass 571 (774) processed. 4 failed. spent: 278:41, 98:14 mins remaining. RefreshReferenceAfterRenameFolder. time: 24778ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:57:51.321 [INFO] !MESSAGE [AUT-0] Finished: RefreshReferenceAfterRenameProject.test in 34022 (571 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:57:51.324 [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-31 19:57:51.347 [INFO] !MESSAGE Pass 572 (774) processed. 4 failed. spent: 279:17, 97:47 mins remaining. RefreshReferenceAfterRenameProject. time: 34022ms [INFO] Pass 572 (774) processed. 4 failed. spent: 279:17, 97:47 mins remaining. RefreshReferenceAfterRenameProject. time: 34022ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:58:05.296 [INFO] !MESSAGE [AUT-0] Finished: Remove File From Workspace Context.test in 12331 (572 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:58:05.298 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromExecutionsWindow.test (573 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:58:05.359 [INFO] !MESSAGE Pass 573 (774) processed. 4 failed. spent: 279:31, 97:13 mins remaining. Remove File From Workspace Context. time: 12331ms [INFO] Pass 573 (774) processed. 4 failed. spent: 279:31, 97:13 mins remaining. Remove File From Workspace Context. time: 12331ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:58:58.890 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromExecutionsWindow.test in 51637 (573 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:58:58.893 [INFO] !MESSAGE [AUT-0] Starting: RemoveAllFromTestSuite.test (574 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:58:58.969 [INFO] !MESSAGE Pass 574 (774) processed. 4 failed. spent: 280:24, 96:52 mins remaining. RemoveAllFromExecutionsWindow. time: 51637ms [INFO] Pass 574 (774) processed. 4 failed. spent: 280:24, 96:52 mins remaining. RemoveAllFromExecutionsWindow. time: 51637ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:59:16.450 [INFO] !MESSAGE [AUT-0] Finished: RemoveAllFromTestSuite.test in 15128 (574 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:59:16.453 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromDefaultContext.test (575 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:59:16.488 [INFO] !MESSAGE Pass 575 (774) processed. 4 failed. spent: 280:42, 96:19 mins remaining. RemoveAllFromTestSuite. time: 15128ms [INFO] Pass 575 (774) processed. 4 failed. spent: 280:42, 96:19 mins remaining. RemoveAllFromTestSuite. time: 15128ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:59:37.451 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromDefaultContext.test in 19507 (575 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:59:37.454 [INFO] !MESSAGE Pass 576 (774) processed. 4 failed. spent: 281:03, 96:26 mins remaining. RemoveContextFromDefaultContext. time: 19507ms [INFO] Pass 576 (774) processed. 4 failed. spent: 281:03, 96:26 mins remaining. RemoveContextFromDefaultContext. time: 19507ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:59:37.454 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromGroupContext.test (576 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:59:59.955 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromGroupContext.test in 20727 (576 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 19:59:59.957 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTest.test (577 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 19:59:59.973 [INFO] !MESSAGE Pass 577 (774) processed. 4 failed. spent: 281:25, 95:15 mins remaining. RemoveContextFromGroupContext. time: 20727ms [INFO] Pass 577 (774) processed. 4 failed. spent: 281:25, 95:15 mins remaining. RemoveContextFromGroupContext. time: 20727ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:00:16.932 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTest.test in 15166 (577 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:00:16.935 [INFO] !MESSAGE [AUT-0] Starting: RemoveContextFromTestByDelButton.test (578 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:00:16.988 [INFO] !MESSAGE Pass 578 (774) processed. 4 failed. spent: 281:42, 94:42 mins remaining. RemoveContextFromTest. time: 15166ms [INFO] Pass 578 (774) processed. 4 failed. spent: 281:42, 94:42 mins remaining. RemoveContextFromTest. time: 15166ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:00:32.407 [INFO] !MESSAGE [AUT-0] Finished: RemoveContextFromTestByDelButton.test in 13301 (578 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:00:32.410 [INFO] !MESSAGE [AUT-0] Starting: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test (579 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:00:32.442 [INFO] !MESSAGE Pass 579 (774) processed. 4 failed. spent: 281:58, 94:09 mins remaining. RemoveContextFromTestByDelButton. time: 13301ms [INFO] Pass 579 (774) processed. 4 failed. spent: 281:58, 94:09 mins remaining. RemoveContextFromTestByDelButton. time: 13301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:00:56.436 [INFO] !MESSAGE [AUT-0] Finished: RemoveDuplicateContextFromTestAtAddingToDefaultContexts.test in 22274 (579 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:00:56.439 [INFO] !MESSAGE [AUT-0] Starting: RemoveFolderAndFileFromFolderContext.test (580 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:00:56.463 [INFO] !MESSAGE Pass 580 (774) processed. 4 failed. spent: 282:22, 93:38 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 22274ms [INFO] Pass 580 (774) processed. 4 failed. spent: 282:22, 93:38 mins remaining. RemoveDuplicateContextFromTestAtAddingToDefaultContexts. time: 22274ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:01:13.497 [INFO] !MESSAGE [AUT-0] Finished: RemoveFolderAndFileFromFolderContext.test in 14899 (580 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:01:13.501 [INFO] !MESSAGE [AUT-0] Starting: RemoveInPrefContext.test (581 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:01:13.587 [INFO] !MESSAGE Pass 581 (774) processed. 4 failed. spent: 282:39, 93:05 mins remaining. RemoveFolderAndFileFromFolderContext. time: 14899ms [INFO] Pass 581 (774) processed. 4 failed. spent: 282:39, 93:05 mins remaining. RemoveFolderAndFileFromFolderContext. time: 14899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:01:29.014 [INFO] !MESSAGE [AUT-0] Finished: RemoveInPrefContext.test in 13735 (581 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:01:29.016 [INFO] !MESSAGE [AUT-0] Starting: RemoveLaunchContext.test (582 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:01:29.051 [INFO] !MESSAGE Pass 582 (774) processed. 4 failed. spent: 282:54, 92:31 mins remaining. RemoveInPrefContext. time: 13735ms [INFO] Pass 582 (774) processed. 4 failed. spent: 282:54, 92:31 mins remaining. RemoveInPrefContext. time: 13735ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:01:54.089 [INFO] !MESSAGE [AUT-0] Finished: RemoveLaunchContext.test in 23352 (582 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:01:54.092 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestButNotRemoveReferenceToTestSuite.test (583 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:01:54.151 [INFO] !MESSAGE Pass 583 (774) processed. 4 failed. spent: 283:19, 92:01 mins remaining. RemoveLaunchContext. time: 23352ms [INFO] Pass 583 (774) processed. 4 failed. spent: 283:19, 92:01 mins remaining. RemoveLaunchContext. time: 23352ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:02:44.680 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestButNotRemoveReferenceToTestSuite.test in 48532 (583 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:02:44.683 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestWhichUsedInTestSuite.test (584 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:02:44.768 [INFO] !MESSAGE Pass 584 (774) processed. 4 failed. spent: 284:10, 91:39 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 48532ms [INFO] Pass 584 (774) processed. 4 failed. spent: 284:10, 91:39 mins remaining. RemoveTestButNotRemoveReferenceToTestSuite. time: 48532ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:03:17.311 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestWhichUsedInTestSuite.test in 30475 (584 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:03:17.314 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuite.test (585 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:03:17.353 [INFO] !MESSAGE Pass 585 (774) processed. 4 failed. spent: 284:43, 91:11 mins remaining. RemoveTestWhichUsedInTestSuite. time: 30475ms [INFO] Pass 585 (774) processed. 4 failed. spent: 284:43, 91:11 mins remaining. RemoveTestWhichUsedInTestSuite. time: 30475ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:03:51.852 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuite.test in 32290 (585 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:03:51.853 [INFO] !MESSAGE Pass 586 (774) processed. 4 failed. spent: 285:17, 91:22 mins remaining. RemoveTestsFromTestSuite. time: 32290ms [INFO] Pass 586 (774) processed. 4 failed. spent: 285:17, 91:22 mins remaining. RemoveTestsFromTestSuite. time: 32290ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:03:51.855 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteByPressingButton.test (586 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:04:09.852 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteByPressingButton.test in 16573 (586 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:04:09.854 [INFO] !MESSAGE [AUT-0] Starting: RemoveTestsFromTestSuiteViaContextMenu.test (587 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:04:09.868 [INFO] !MESSAGE Pass 587 (774) processed. 4 failed. spent: 285:35, 90:11 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 16573ms [INFO] Pass 587 (774) processed. 4 failed. spent: 285:35, 90:11 mins remaining. RemoveTestsFromTestSuiteByPressingButton. time: 16573ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:04:26.850 [INFO] !MESSAGE [AUT-0] Finished: RemoveTestsFromTestSuiteViaContextMenu.test in 15452 (587 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:04:26.852 [INFO] !MESSAGE [AUT-0] Starting: Rename Workspace Context.test (588 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:04:26.883 [INFO] !MESSAGE Pass 588 (774) processed. 4 failed. spent: 285:52, 89:38 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 15452ms [INFO] Pass 588 (774) processed. 4 failed. spent: 285:52, 89:38 mins remaining. RemoveTestsFromTestSuiteViaContextMenu. time: 15452ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:04:47.356 [INFO] !MESSAGE [AUT-0] Finished: Rename Workspace Context.test in 18799 (588 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:04:47.359 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (589 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:04:47.442 [INFO] !MESSAGE Pass 589 (774) processed. 4 failed. spent: 286:13, 89:06 mins remaining. Rename Workspace Context. time: 18799ms [INFO] Pass 589 (774) processed. 4 failed. spent: 286:13, 89:06 mins remaining. Rename Workspace Context. time: 18799ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:05:05.864 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 16765 (589 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:05:05.866 [INFO] !MESSAGE [AUT-0] Starting: Rename.test (590 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:05:05.958 [INFO] !MESSAGE Pass 590 (774) processed. 4 failed. spent: 286:31, 88:34 mins remaining. Rename. time: 16765ms [INFO] Pass 590 (774) processed. 4 failed. spent: 286:31, 88:34 mins remaining. Rename. time: 16765ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:05:30.913 [INFO] !MESSAGE [AUT-0] Finished: Rename.test in 23225 (590 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:05:30.917 [INFO] !MESSAGE [AUT-0] Starting: RenameAUTConfiguration.test (591 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:05:30.986 [INFO] !MESSAGE Pass 591 (774) processed. 4 failed. spent: 286:56, 88:03 mins remaining. Rename. time: 23225ms [INFO] Pass 591 (774) processed. 4 failed. spent: 286:56, 88:03 mins remaining. Rename. time: 23225ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:05:43.872 [INFO] !MESSAGE [AUT-0] Finished: RenameAUTConfiguration.test in 11464 (591 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:05:43.874 [INFO] !MESSAGE [AUT-0] Starting: RenameContext.test (592 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:05:43.946 [INFO] !MESSAGE Pass 592 (774) processed. 4 failed. spent: 287:09, 87:29 mins remaining. RenameAUTConfiguration. time: 11464ms [INFO] Pass 592 (774) processed. 4 failed. spent: 287:09, 87:29 mins remaining. RenameAUTConfiguration. time: 11464ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:05:55.789 [INFO] !MESSAGE [AUT-0] Finished: RenameContext.test in 10529 (592 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:05:55.792 [INFO] !MESSAGE [AUT-0] Starting: RenameContextInEditor.test (593 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:05:55.857 [INFO] !MESSAGE Pass 593 (774) processed. 4 failed. spent: 287:21, 86:55 mins remaining. RenameContext. time: 10529ms [INFO] Pass 593 (774) processed. 4 failed. spent: 287:21, 86:55 mins remaining. RenameContext. time: 10529ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:06:10.724 [INFO] !MESSAGE [AUT-0] Finished: RenameContextInEditor.test in 13598 (593 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:06:10.726 [INFO] !MESSAGE [AUT-0] Starting: RenameContextToAVeryLongName.test (594 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:06:10.770 [INFO] !MESSAGE Pass 594 (774) processed. 4 failed. spent: 287:36, 86:22 mins remaining. RenameContextInEditor. time: 13598ms [INFO] Pass 594 (774) processed. 4 failed. spent: 287:36, 86:22 mins remaining. RenameContextInEditor. time: 13598ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:06:23.670 [INFO] !MESSAGE [AUT-0] Finished: RenameContextToAVeryLongName.test in 11713 (594 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:06:23.672 [INFO] !MESSAGE [AUT-0] Starting: RenameEntireGroupContext.test (595 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:06:23.686 [INFO] !MESSAGE Pass 595 (774) processed. 4 failed. spent: 287:49, 85:48 mins remaining. RenameContextToAVeryLongName. time: 11713ms [INFO] Pass 595 (774) processed. 4 failed. spent: 287:49, 85:48 mins remaining. RenameContextToAVeryLongName. time: 11713ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:08:55.847 [INFO] !MESSAGE [AUT-0] Finished: RenameEntireGroupContext.test in 150337 (595 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:08:55.850 [INFO] !MESSAGE [AUT-0] Starting: RenameFolder.test (596 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:08:55.870 [INFO] !MESSAGE Pass 596 (774) processed. 4 failed. spent: 290:21, 85:56 mins remaining. RenameEntireGroupContext. time: 150337ms [INFO] Pass 596 (774) processed. 4 failed. spent: 290:21, 85:56 mins remaining. RenameEntireGroupContext. time: 150337ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:09:24.407 [INFO] !MESSAGE [AUT-0] Finished: RenameFolder.test in 26818 (596 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:09:24.409 [INFO] !MESSAGE [AUT-0] Starting: RenameFolderToDuplicateName.test (597 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:09:24.494 [INFO] !MESSAGE Pass 597 (774) processed. 4 failed. spent: 290:50, 85:27 mins remaining. RenameFolder. time: 26818ms [INFO] Pass 597 (774) processed. 4 failed. spent: 290:50, 85:27 mins remaining. RenameFolder. time: 26818ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:09:44.386 [INFO] !MESSAGE [AUT-0] Finished: RenameFolderToDuplicateName.test in 18328 (597 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:09:44.388 [INFO] !MESSAGE [AUT-0] Starting: RenameLastSubTag.test (598 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:09:44.456 [INFO] !MESSAGE Pass 598 (774) processed. 4 failed. spent: 291:10, 84:55 mins remaining. RenameFolderToDuplicateName. time: 18328ms [INFO] Pass 598 (774) processed. 4 failed. spent: 291:10, 84:55 mins remaining. RenameFolderToDuplicateName. time: 18328ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:10:04.367 [INFO] !MESSAGE [AUT-0] Finished: RenameLastSubTag.test in 18614 (598 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:10:04.370 [INFO] !MESSAGE [AUT-0] Starting: RenameMiddleSubTag.test (599 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:10:04.374 [INFO] !MESSAGE Pass 599 (774) processed. 4 failed. spent: 291:30, 84:23 mins remaining. RenameLastSubTag. time: 18614ms [INFO] Pass 599 (774) processed. 4 failed. spent: 291:30, 84:23 mins remaining. RenameLastSubTag. time: 18614ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:10:24.804 [INFO] !MESSAGE [AUT-0] Finished: RenameMiddleSubTag.test in 18978 (599 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:10:24.843 [INFO] !MESSAGE [AUT-0] Starting: RenameProject.test (600 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:10:24.892 [INFO] !MESSAGE Pass 600 (774) processed. 4 failed. spent: 291:50, 83:51 mins remaining. RenameMiddleSubTag. time: 18978ms [INFO] Pass 600 (774) processed. 4 failed. spent: 291:50, 83:51 mins remaining. RenameMiddleSubTag. time: 18978ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:10:56.866 [INFO] !MESSAGE [AUT-0] Finished: RenameProject.test in 30238 (600 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:10:56.868 [INFO] !MESSAGE [AUT-0] Starting: RenameSimpleTag.test (601 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:10:56.956 [INFO] !MESSAGE Pass 601 (774) processed. 4 failed. spent: 292:22, 83:23 mins remaining. RenameProject. time: 30238ms [INFO] Pass 601 (774) processed. 4 failed. spent: 292:22, 83:23 mins remaining. RenameProject. time: 30238ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:11:17.322 [INFO] !MESSAGE [AUT-0] Finished: RenameSimpleTag.test in 18963 (601 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:11:17.324 [INFO] !MESSAGE [AUT-0] Starting: RenameTagWithSubTags.test (602 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:11:17.374 [INFO] !MESSAGE Pass 602 (774) processed. 4 failed. spent: 292:43, 82:52 mins remaining. RenameSimpleTag. time: 18963ms [INFO] Pass 602 (774) processed. 4 failed. spent: 292:43, 82:52 mins remaining. RenameSimpleTag. time: 18963ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:11:38.260 [INFO] !MESSAGE [AUT-0] Finished: RenameTagWithSubTags.test in 19648 (602 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:11:38.263 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCase.test (603 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:11:38.293 [INFO] !MESSAGE Pass 603 (774) processed. 4 failed. spent: 293:03, 82:20 mins remaining. RenameTagWithSubTags. time: 19648ms [INFO] Pass 603 (774) processed. 4 failed. spent: 293:03, 82:20 mins remaining. RenameTagWithSubTags. time: 19648ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:11:55.206 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCase.test in 15549 (603 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:11:55.208 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseInTestSuite.test (604 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:11:55.246 [INFO] !MESSAGE Pass 604 (774) processed. 4 failed. spent: 293:20, 81:48 mins remaining. RenameTestCase. time: 15549ms [INFO] Pass 604 (774) processed. 4 failed. spent: 293:20, 81:48 mins remaining. RenameTestCase. time: 15549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:12:36.541 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseInTestSuite.test in 36519 (604 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:12:36.544 [INFO] !MESSAGE [AUT-0] Starting: RenameTestCaseToEmptyName.test (605 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:12:36.556 [INFO] !MESSAGE Pass 605 (774) processed. 4 failed. spent: 294:02, 81:22 mins remaining. RenameTestCaseInTestSuite. time: 36519ms [INFO] Pass 605 (774) processed. 4 failed. spent: 294:02, 81:22 mins remaining. RenameTestCaseInTestSuite. time: 36519ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:12:55.634 [INFO] !MESSAGE [AUT-0] Finished: RenameTestCaseToEmptyName.test in 17097 (605 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:12:55.641 [INFO] !MESSAGE [AUT-0] Starting: RenameTestInEditor.test (606 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:12:55.674 [INFO] !MESSAGE Pass 606 (774) processed. 4 failed. spent: 294:21, 80:50 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 17097ms [INFO] Pass 606 (774) processed. 4 failed. spent: 294:21, 80:50 mins remaining. F2/MenuRenameTestCaseToEmptyName. time: 17097ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:13:10.125 [INFO] !MESSAGE [AUT-0] Finished: RenameTestInEditor.test in 12822 (606 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:13:10.128 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuite.test (607 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:13:10.187 [INFO] !MESSAGE Pass 607 (774) processed. 4 failed. spent: 294:35, 80:17 mins remaining. RenameTestInEditor. time: 12822ms [INFO] Pass 607 (774) processed. 4 failed. spent: 294:35, 80:17 mins remaining. RenameTestInEditor. time: 12822ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:13:30.571 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuite.test in 18820 (607 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:13:30.573 [INFO] !MESSAGE [AUT-0] Starting: RenameTestSuiteWhichInTestSuite.test (608 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:13:30.656 [INFO] !MESSAGE Pass 608 (774) processed. 4 failed. spent: 294:56, 79:46 mins remaining. RenameTestSuite. time: 18820ms [INFO] Pass 608 (774) processed. 4 failed. spent: 294:56, 79:46 mins remaining. RenameTestSuite. time: 18820ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:13:54.678 [INFO] !MESSAGE [AUT-0] Finished: RenameTestSuiteWhichInTestSuite.test in 22319 (608 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:13:54.679 [INFO] !MESSAGE Pass 609 (774) processed. 4 failed. spent: 295:20, 79:53 mins remaining. RenameTestSuiteWhichInTestSuite. time: 22319ms [INFO] Pass 609 (774) processed. 4 failed. spent: 295:20, 79:53 mins remaining. RenameTestSuiteWhichInTestSuite. time: 22319ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:13:54.680 [INFO] !MESSAGE [AUT-0] Starting: RenameTestToAVeryLongName.test (609 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:14:13.229 [INFO] !MESSAGE [AUT-0] Finished: RenameTestToAVeryLongName.test in 16942 (609 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:14:13.243 [INFO] !MESSAGE Pass 610 (774) processed. 4 failed. spent: 295:38, 79:21 mins remaining. RenameTestToAVeryLongName. time: 16942ms [INFO] Pass 610 (774) processed. 4 failed. spent: 295:38, 79:21 mins remaining. RenameTestToAVeryLongName. time: 16942ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:14:13.243 [INFO] !MESSAGE [AUT-0] Starting: Repeated Save of Folder Context.test (610 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:19:21.831 [INFO] !MESSAGE [AUT-0] Finished: Repeated Save of Folder Context.test in 306763, Execution timed out after 300 seconds (610 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:19:21.834 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInDescription.test (611 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:19:21.925 [INFO] !MESSAGE Fail 611 (774) processed. 5 failed. spent: 300:47, 79:29 mins remaining. Repeated Save of Folder Context. time: 306763ms Cause: Execution timed out after 300 seconds [INFO] Fail 611 (774) processed. 5 failed. spent: 300:47, 79:29 mins remaining. Repeated Save of Folder Context. time: 306763ms Cause: Execution timed out after 300 seconds [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:19:46.399 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInDescription.test in 22994 (611 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:19:46.402 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInEclContext.test (612 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:19:46.453 [INFO] !MESSAGE Pass 612 (774) processed. 5 failed. spent: 301:12, 78:58 mins remaining. ReplaceInDescription. time: 22994ms [INFO] Pass 612 (774) processed. 5 failed. spent: 301:12, 78:58 mins remaining. ReplaceInDescription. time: 22994ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:20:02.932 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInEclContext.test in 14916 (612 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:20:02.935 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInOpenedEclContext.test (613 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:20:02.967 [INFO] !MESSAGE Pass 613 (774) processed. 5 failed. spent: 301:28, 78:25 mins remaining. ReplaceInEclContext. time: 14916ms [INFO] Pass 613 (774) processed. 5 failed. spent: 301:28, 78:25 mins remaining. ReplaceInEclContext. time: 14916ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:20:19.435 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInOpenedEclContext.test in 14732 (613 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:20:19.437 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInScript.test (614 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:20:19.482 [INFO] !MESSAGE Pass 614 (774) processed. 5 failed. spent: 301:45, 77:53 mins remaining. ReplaceInOpenedEclContext. time: 14732ms [INFO] Pass 614 (774) processed. 5 failed. spent: 301:45, 77:53 mins remaining. ReplaceInOpenedEclContext. time: 14732ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:20:44.442 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInScript.test in 23019 (614 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:20:44.444 [INFO] !MESSAGE [AUT-0] Starting: ReplaceInTags.test (615 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:20:44.450 [INFO] !MESSAGE Pass 615 (774) processed. 5 failed. spent: 302:10, 77:22 mins remaining. ReplaceInScript. time: 23019ms [INFO] Pass 615 (774) processed. 5 failed. spent: 302:10, 77:22 mins remaining. ReplaceInScript. time: 23019ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:20:57.971 [INFO] !MESSAGE [AUT-0] Finished: ReplaceInTags.test in 11201 (615 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:20:57.974 [INFO] !MESSAGE [AUT-0] Starting: ReplayButtonShouldBeDisabledDuringRecording.test (616 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:20:58.063 [INFO] !MESSAGE Pass 616 (774) processed. 5 failed. spent: 302:23, 76:49 mins remaining. NotAllowedToReplaceInTags. time: 11201ms [INFO] Pass 616 (774) processed. 5 failed. spent: 302:23, 76:49 mins remaining. NotAllowedToReplaceInTags. time: 11201ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:21:14.433 [INFO] !MESSAGE [AUT-0] Finished: ReplayButtonShouldBeDisabledDuringRecording.test in 14798 (616 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:21:14.436 [INFO] !MESSAGE [AUT-0] Starting: ReportMainThread.test (617 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:21:14.478 [INFO] !MESSAGE Pass 617 (774) processed. 5 failed. spent: 302:40, 76:16 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 14798ms [INFO] Pass 617 (774) processed. 5 failed. spent: 302:40, 76:16 mins remaining. ReplayButtonShouldBeDisabledDuringRecording. time: 14798ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:21:28.914 [INFO] !MESSAGE [AUT-0] Finished: ReportMainThread.test in 13081 (617 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:21:28.916 [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-31 20:21:28.945 [INFO] !MESSAGE Pass 618 (774) processed. 5 failed. spent: 302:54, 75:43 mins remaining. ReportMainThread. time: 13081ms [INFO] Pass 618 (774) processed. 5 failed. spent: 302:54, 75:43 mins remaining. ReportMainThread. time: 13081ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:21:43.870 [INFO] !MESSAGE [AUT-0] Finished: Reset Perspective should be disabled if no perspective is set.test in 13154 (618 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:21:43.872 [INFO] !MESSAGE [AUT-0] Starting: ResetPerspectiveInWBContext.test (619 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:21:43.958 [INFO] !MESSAGE Pass 619 (774) processed. 5 failed. spent: 303:09, 75:10 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 13154ms [INFO] Pass 619 (774) processed. 5 failed. spent: 303:09, 75:10 mins remaining. Reset Perspective should be disabled if no perspective is set. time: 13154ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:22:56.473 [INFO] !MESSAGE [AUT-0] Finished: ResetPerspectiveInWBContext.test in 70754 (619 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:22:56.475 [INFO] !MESSAGE [AUT-0] Starting: ResourceRenameTest.test (620 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:22:56.566 [INFO] !MESSAGE Pass 620 (774) processed. 5 failed. spent: 304:22, 74:52 mins remaining. ResetPerspectiveInWBContext. time: 70754ms [INFO] Pass 620 (774) processed. 5 failed. spent: 304:22, 74:52 mins remaining. ResetPerspectiveInWBContext. time: 70754ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:23:17.593 [INFO] !MESSAGE [AUT-0] Finished: ResourceRenameTest.test in 19164 (620 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:23:17.595 [INFO] !MESSAGE [AUT-0] Starting: RestartAUT.test (621 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:23:17.645 [INFO] !MESSAGE Pass 621 (774) processed. 5 failed. spent: 304:43, 74:20 mins remaining. ResourceRenameTest. time: 19164ms [INFO] Pass 621 (774) processed. 5 failed. spent: 304:43, 74:20 mins remaining. ResourceRenameTest. time: 19164ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-31 20:24:55.654 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:25:09.032 [INFO] !MESSAGE [AUT-0] Finished: RestartAUT.test in 109959 (621 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:25:09.036 [INFO] !MESSAGE [AUT-0] Starting: RestoreDefaults.test (622 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:25:09.055 [INFO] !MESSAGE Pass 622 (774) processed. 5 failed. spent: 306:34, 74:11 mins remaining. RestartAUT. time: 109959ms [INFO] Pass 622 (774) processed. 5 failed. spent: 306:34, 74:11 mins remaining. RestartAUT. time: 109959ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:25:31.453 [INFO] !MESSAGE [AUT-0] Finished: RestoreDefaults.test in 20609 (622 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:25:31.457 [INFO] !MESSAGE [AUT-0] Starting: ResumeDebugging.test (623 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:25:31.475 [INFO] !MESSAGE Pass 623 (774) processed. 5 failed. spent: 306:57, 73:40 mins remaining. RestoreDefaults. time: 20609ms [INFO] Pass 623 (774) processed. 5 failed. spent: 306:57, 73:40 mins remaining. RestoreDefaults. time: 20609ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:29:41.119 [INFO] !MESSAGE [AUT-0] Finished: ResumeDebugging.test in 246135 (623 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:29:41.123 [INFO] !MESSAGE [AUT-0] Starting: ReturnToQ7FromControlPanel.test (624 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:29:41.152 [INFO] !MESSAGE Pass 624 (774) processed. 5 failed. spent: 311:06, 74:02 mins remaining. ResumeDebugging. time: 246135ms [INFO] Pass 624 (774) processed. 5 failed. spent: 311:06, 74:02 mins remaining. ResumeDebugging. time: 246135ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:30:13.396 [INFO] !MESSAGE [AUT-0] Finished: ReturnToQ7FromControlPanel.test in 29581 (624 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:30:13.399 [INFO] !MESSAGE [AUT-0] Starting: RunConfiguration_AddWithTag.test (625 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:30:13.459 [INFO] !MESSAGE Pass 625 (774) processed. 5 failed. spent: 311:39, 73:33 mins remaining. ReturnToQ7FromControlPanel. time: 29581ms [INFO] Pass 625 (774) processed. 5 failed. spent: 311:39, 73:33 mins remaining. ReturnToQ7FromControlPanel. time: 29581ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:30:34.457 [INFO] !MESSAGE [AUT-0] Finished: RunConfiguration_AddWithTag.test in 19431 (625 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:30:34.459 [INFO] !MESSAGE [AUT-0] Starting: RunFailedTestCases.test (626 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:30:34.552 [INFO] !MESSAGE Pass 626 (774) processed. 5 failed. spent: 312:00, 73:01 mins remaining. RunConfiguration_AddWithTag. time: 19431ms [INFO] Pass 626 (774) processed. 5 failed. spent: 312:00, 73:01 mins remaining. RunConfiguration_AddWithTag. time: 19431ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:31:37.589 [INFO] !MESSAGE [AUT-0] Finished: RunFailedTestCases.test in 61133 (626 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:31:37.593 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuite.test (627 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:31:37.660 [INFO] !MESSAGE Pass 627 (774) processed. 5 failed. spent: 313:03, 72:39 mins remaining. RunFailedTestCases. time: 61133ms [INFO] Pass 627 (774) processed. 5 failed. spent: 313:03, 72:39 mins remaining. RunFailedTestCases. time: 61133ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:32:29.628 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuite.test in 50102 (627 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:32:29.630 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromExplorer.test (628 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:32:29.654 [INFO] !MESSAGE Pass 628 (774) processed. 5 failed. spent: 313:55, 72:15 mins remaining. RunTestSuite. time: 50102ms [INFO] Pass 628 (774) processed. 5 failed. spent: 313:55, 72:15 mins remaining. RunTestSuite. time: 50102ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:33:20.777 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromExplorer.test in 48899 (628 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:33:20.779 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuiteFromRunConfiguration.test (629 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:33:20.875 [INFO] !MESSAGE Pass 629 (774) processed. 5 failed. spent: 314:46, 71:49 mins remaining. RunTestSuiteFromExplorer. time: 48899ms [INFO] Pass 629 (774) processed. 5 failed. spent: 314:46, 71:49 mins remaining. RunTestSuiteFromExplorer. time: 48899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:33:46.959 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuiteFromRunConfiguration.test in 23552 (629 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:33:46.961 [INFO] !MESSAGE Pass 630 (774) processed. 5 failed. spent: 315:12, 71:55 mins remaining. RunTestSuiteFromRunConfiguration. time: 23552ms [INFO] Pass 630 (774) processed. 5 failed. spent: 315:12, 71:55 mins remaining. RunTestSuiteFromRunConfiguration. time: 23552ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:33:46.962 [INFO] !MESSAGE [AUT-0] Starting: RunTestSuitesFromExplorer.test (630 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:34:38.960 [INFO] !MESSAGE [AUT-0] Finished: RunTestSuitesFromExplorer.test in 48470 (630 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:34:38.963 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC1.test (631 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:34:39.051 [INFO] !MESSAGE Pass 631 (774) processed. 5 failed. spent: 316:04, 70:54 mins remaining. RunTestSuitesFromExplorer. time: 48470ms [INFO] Pass 631 (774) processed. 5 failed. spent: 316:04, 70:54 mins remaining. RunTestSuitesFromExplorer. time: 48470ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:35:06.041 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC1.test in 25593 (631 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:35:06.043 [INFO] !MESSAGE Pass 632 (774) processed. 5 failed. spent: 316:31, 71:00 mins remaining. RunTestsFromTagsView_TC1. time: 25593ms [INFO] Pass 632 (774) processed. 5 failed. spent: 316:31, 71:00 mins remaining. RunTestsFromTagsView_TC1. time: 25593ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:35:06.044 [INFO] !MESSAGE [AUT-0] Starting: RunTestsFromTagsView_TC2.test (632 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:35:38.010 [INFO] !MESSAGE [AUT-0] Finished: RunTestsFromTagsView_TC2.test in 30200 (632 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:35:38.012 [INFO] !MESSAGE [AUT-0] Starting: RunTestsWhenStopOnFirstFailureSet_TC1.test (633 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:35:38.063 [INFO] !MESSAGE Pass 633 (774) processed. 5 failed. spent: 317:03, 69:54 mins remaining. RunTestsFromTagsView_TC2. time: 30200ms [INFO] Pass 633 (774) processed. 5 failed. spent: 317:03, 69:54 mins remaining. RunTestsFromTagsView_TC2. time: 30200ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:36:12.109 [INFO] !MESSAGE [AUT-0] Finished: RunTestsWhenStopOnFirstFailureSet_TC1.test in 32156 (633 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:36:12.112 [INFO] !MESSAGE [AUT-0] Starting: RunnerArg.test (634 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:36:12.152 [INFO] !MESSAGE Pass 634 (774) processed. 5 failed. spent: 317:37, 69:24 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 32156ms [INFO] Pass 634 (774) processed. 5 failed. spent: 317:37, 69:24 mins remaining. RunTestsWhenStopOnFirstFailureSet_TC1. time: 32156ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:36:25.032 [INFO] !MESSAGE [AUT-0] Finished: RunnerArg.test in 11206 (634 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:36:25.034 [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-31 20:36:25.063 [INFO] !MESSAGE Pass 635 (774) processed. 5 failed. spent: 317:50, 68:51 mins remaining. RunnerArg. time: 11206ms [INFO] Pass 635 (774) processed. 5 failed. spent: 317:50, 68:51 mins remaining. RunnerArg. time: 11206ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:36:43.946 [INFO] !MESSAGE [AUT-0] Finished: Save AUT Details For Non-running AUT.test in 17287 (635 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:36:43.949 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseAlways.test (636 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:36:43.981 [INFO] !MESSAGE Pass 636 (774) processed. 5 failed. spent: 318:09, 68:19 mins remaining. Save AUT Details For Non-running AUT. time: 17287ms [INFO] Pass 636 (774) processed. 5 failed. spent: 318:09, 68:19 mins remaining. Save AUT Details For Non-running AUT. time: 17287ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:37:05.898 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseAlways.test in 20090 (636 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:37:05.901 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCaseNever.test (637 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:37:05.953 [INFO] !MESSAGE Pass 637 (774) processed. 5 failed. spent: 318:31, 67:47 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 20090ms [INFO] Pass 637 (774) processed. 5 failed. spent: 318:31, 67:47 mins remaining. SaveBeforeLaunchTestCaseAlways. time: 20090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:37:23.375 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCaseNever.test in 15648 (637 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:37:23.378 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeLaunchTestCasePrompt.test (638 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:37:23.472 [INFO] !MESSAGE Pass 638 (774) processed. 5 failed. spent: 318:49, 67:15 mins remaining. SaveBeforeLaunchTestCaseNever. time: 15648ms [INFO] Pass 638 (774) processed. 5 failed. spent: 318:49, 67:15 mins remaining. SaveBeforeLaunchTestCaseNever. time: 15648ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:37:56.353 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeLaunchTestCasePrompt.test in 31074 (638 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:37:56.356 [INFO] !MESSAGE Pass 639 (774) processed. 5 failed. spent: 319:22, 67:21 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 31074ms [INFO] Pass 639 (774) processed. 5 failed. spent: 319:22, 67:21 mins remaining. SaveBeforeLaunchTestCasePrompt. time: 31074ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:37:56.356 [INFO] !MESSAGE [AUT-0] Starting: SaveBeforeRestart.test (639 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.launching 1 0 2024-05-31 20:39:48.953 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:40:01.023 [INFO] !MESSAGE [AUT-0] Finished: SaveBeforeRestart.test in 121573 (639 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:40:01.029 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInContext.test (640 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:40:01.054 [INFO] !MESSAGE Pass 640 (774) processed. 5 failed. spent: 321:26, 66:35 mins remaining. SaveBeforeRestart. time: 121573ms [INFO] Pass 640 (774) processed. 5 failed. spent: 321:26, 66:35 mins remaining. SaveBeforeRestart. time: 121573ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:40:39.029 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInContext.test in 36326 (640 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:40:39.033 [INFO] !MESSAGE [AUT-0] Starting: SaveChangesInTest.test (641 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:40:39.088 [INFO] !MESSAGE Pass 641 (774) processed. 5 failed. spent: 322:04, 66:06 mins remaining. SaveChangesInContext. time: 36326ms [INFO] Pass 641 (774) processed. 5 failed. spent: 322:04, 66:06 mins remaining. SaveChangesInContext. time: 36326ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:41:07.604 [INFO] !MESSAGE [AUT-0] Finished: SaveChangesInTest.test in 26219 (641 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:41:07.608 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseAlways.test (642 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:41:07.664 [INFO] !MESSAGE Pass 642 (774) processed. 5 failed. spent: 322:33, 65:36 mins remaining. SaveChangesInTest. time: 26219ms [INFO] Pass 642 (774) processed. 5 failed. spent: 322:33, 65:36 mins remaining. SaveChangesInTest. time: 26219ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:41:53.140 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseAlways.test in 43147 (642 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:41:53.144 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCaseNever.test (643 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:41:53.163 [INFO] !MESSAGE Pass 643 (774) processed. 5 failed. spent: 323:18, 65:09 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 43147ms [INFO] Pass 643 (774) processed. 5 failed. spent: 323:18, 65:09 mins remaining. SaveContextBeforeLaunchTestCaseAlways. time: 43147ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:42:25.716 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCaseNever.test in 30635 (643 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:42:25.720 [INFO] !MESSAGE [AUT-0] Starting: SaveContextBeforeLaunchTestCasePrompt.test (644 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:42:25.767 [INFO] !MESSAGE Pass 644 (774) processed. 5 failed. spent: 323:51, 64:40 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 30635ms [INFO] Pass 644 (774) processed. 5 failed. spent: 323:51, 64:40 mins remaining. SaveContextBeforeLaunchTestCaseNever. time: 30635ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:43:12.763 [INFO] !MESSAGE [AUT-0] Finished: SaveContextBeforeLaunchTestCasePrompt.test in 45259 (644 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:43:12.766 [INFO] !MESSAGE [AUT-0] Starting: SaveDiacriticSymbolsInTest.test (645 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:43:12.859 [INFO] !MESSAGE Pass 645 (774) processed. 5 failed. spent: 324:38, 64:13 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 45259ms [INFO] Pass 645 (774) processed. 5 failed. spent: 324:38, 64:13 mins remaining. SaveContextBeforeLaunchTestCasePrompt. time: 45259ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:43:35.305 [INFO] !MESSAGE [AUT-0] Finished: SaveDiacriticSymbolsInTest.test in 20777 (645 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:43:35.309 [INFO] !MESSAGE [AUT-0] Starting: SaveIsImmediate.test (646 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:43:35.354 [INFO] !MESSAGE Pass 646 (774) processed. 5 failed. spent: 325:01, 63:41 mins remaining. SaveDiacriticSymbolsInTest. time: 20777ms [INFO] Pass 646 (774) processed. 5 failed. spent: 325:01, 63:41 mins remaining. SaveDiacriticSymbolsInTest. time: 20777ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:43:51.772 [INFO] !MESSAGE [AUT-0] Finished: SaveIsImmediate.test in 14775 (646 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:43:51.775 [INFO] !MESSAGE [AUT-0] Starting: SaveSpecialSymbolsInTest.test (647 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:43:51.872 [INFO] !MESSAGE Pass 647 (774) processed. 5 failed. spent: 325:17, 63:09 mins remaining. SaveIsImmediate. time: 14775ms [INFO] Pass 647 (774) processed. 5 failed. spent: 325:17, 63:09 mins remaining. SaveIsImmediate. time: 14775ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:44:15.284 [INFO] !MESSAGE [AUT-0] Finished: SaveSpecialSymbolsInTest.test in 21675 (647 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:44:15.289 [INFO] !MESSAGE [AUT-0] Starting: SaveTestFromControlPanel.test (648 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:44:15.379 [INFO] !MESSAGE Pass 648 (774) processed. 5 failed. spent: 325:41, 62:37 mins remaining. SaveSpecialSymbolsInTest. time: 21675ms [INFO] Pass 648 (774) processed. 5 failed. spent: 325:41, 62:37 mins remaining. SaveSpecialSymbolsInTest. time: 21675ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:47:31.955 [INFO] !MESSAGE [AUT-0] Finished: SaveTestFromControlPanel.test in 189731, Failed to execute org.eclipse.rcptt.ecl.core.impl.SequenceImpl@5d77a9c0 (host: null) (648 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:47:31.957 [INFO] !MESSAGE Fail 649 (774) processed. 6 failed. spent: 328:57, 63:15 mins remaining. SaveTestFromControlPanel. time: 189731ms Cause: Failed to execute org.eclipse.rcptt.ecl.core.impl.SequenceImpl@5d77a9c0 (host: null) [INFO] Fail 649 (774) processed. 6 failed. spent: 328:57, 63:15 mins remaining. SaveTestFromControlPanel. time: 189731ms Cause: Failed to execute org.eclipse.rcptt.ecl.core.impl.SequenceImpl@5d77a9c0 (host: null) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:47:31.960 [INFO] !MESSAGE [AUT-0] Starting: Script Editor.scenario (649 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:47:55.547 [INFO] !MESSAGE [AUT-0] Finished: Script Editor.scenario in 21742 (649 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:47:55.552 [INFO] !MESSAGE [AUT-0] Starting: ScriptEditingIsDisabledDuringRecording.test (650 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:47:55.567 [INFO] !MESSAGE Pass 650 (774) processed. 6 failed. spent: 329:21, 62:07 mins remaining. Script EditorAutocompletion. time: 21742ms [INFO] Pass 650 (774) processed. 6 failed. spent: 329:21, 62:07 mins remaining. Script EditorAutocompletion. time: 21742ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:48:25.626 [INFO] !MESSAGE [AUT-0] Finished: ScriptEditingIsDisabledDuringRecording.test in 28026 (650 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:48:25.629 [INFO] !MESSAGE [AUT-0] Starting: SearchInWorkingSet.test (651 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:48:25.659 [INFO] !MESSAGE Pass 651 (774) processed. 6 failed. spent: 329:51, 61:37 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 28026ms [INFO] Pass 651 (774) processed. 6 failed. spent: 329:51, 61:37 mins remaining. ScriptEditingIsDisabledDuringRecording. time: 28026ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:48:55.398 [INFO] !MESSAGE [AUT-0] Finished: SearchInWorkingSet.test in 27362 (651 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:48:55.401 [INFO] !MESSAGE [AUT-0] Starting: SearchTestInDescription.test (652 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:48:55.476 [INFO] !MESSAGE Pass 652 (774) processed. 6 failed. spent: 330:21, 61:07 mins remaining. SearchInWorkingSet. time: 27362ms [INFO] Pass 652 (774) processed. 6 failed. spent: 330:21, 61:07 mins remaining. SearchInWorkingSet. time: 27362ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:49:14.516 [INFO] !MESSAGE [AUT-0] Finished: SearchTestInDescription.test in 17168 (652 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:49:14.519 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInContexts.test (653 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:49:14.544 [INFO] !MESSAGE Pass 653 (774) processed. 6 failed. spent: 330:40, 60:34 mins remaining. SearchTestInDescription. time: 17168ms [INFO] Pass 653 (774) processed. 6 failed. spent: 330:40, 60:34 mins remaining. SearchTestInDescription. time: 17168ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:49:32.603 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInContexts.test in 16181 (653 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:49:32.606 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInScript.test (654 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:49:32.661 [INFO] !MESSAGE Pass 654 (774) processed. 6 failed. spent: 330:58, 60:02 mins remaining. SearchTextInContexts. time: 16181ms [INFO] Pass 654 (774) processed. 6 failed. spent: 330:58, 60:02 mins remaining. SearchTextInContexts. time: 16181ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:49:52.187 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInScript.test in 17681 (654 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:49:52.190 [INFO] !MESSAGE [AUT-0] Starting: SearchTextInTags.test (655 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:49:52.280 [INFO] !MESSAGE Pass 655 (774) processed. 6 failed. spent: 331:17, 59:29 mins remaining. SearchTextInScript. time: 17681ms [INFO] Pass 655 (774) processed. 6 failed. spent: 331:17, 59:29 mins remaining. SearchTextInScript. time: 17681ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:50:09.202 [INFO] !MESSAGE [AUT-0] Finished: SearchTextInTags.test in 15308 (655 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:50:09.205 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_RecordSnippet.scenario (656 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:50:09.250 [INFO] !MESSAGE Pass 656 (774) processed. 6 failed. spent: 331:34, 58:57 mins remaining. SearchTextInTags. time: 15308ms [INFO] Pass 656 (774) processed. 6 failed. spent: 331:34, 58:57 mins remaining. SearchTextInTags. time: 15308ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:50:49.810 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_RecordSnippet.scenario in 38661 (656 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:50:49.814 [INFO] !MESSAGE [AUT-0] Starting: SecondControlPanel_ScenarioEditor.scenario (657 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:50:49.892 [INFO] !MESSAGE Pass 657 (774) processed. 6 failed. spent: 332:15, 58:29 mins remaining. SecondControlPanel_RecordSnippet. time: 38661ms [INFO] Pass 657 (774) processed. 6 failed. spent: 332:15, 58:29 mins remaining. SecondControlPanel_RecordSnippet. time: 38661ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:51:31.805 [INFO] !MESSAGE [AUT-0] Finished: SecondControlPanel_ScenarioEditor.scenario in 40011 (657 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:51:31.808 [INFO] !MESSAGE [AUT-0] Starting: SelectAll in Script Viewer.test (658 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:51:31.878 [INFO] !MESSAGE Pass 658 (774) processed. 6 failed. spent: 332:57, 58:00 mins remaining. SecondControlPanel_ScenarioEditor. time: 40011ms [INFO] Pass 658 (774) processed. 6 failed. spent: 332:57, 58:00 mins remaining. SecondControlPanel_ScenarioEditor. time: 40011ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:51:59.480 [INFO] !MESSAGE [AUT-0] Finished: SelectAll in Script Viewer.test in 25478 (658 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:51:59.483 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationContext.test (659 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:51:59.560 [INFO] !MESSAGE Pass 659 (774) processed. 6 failed. spent: 333:25, 57:30 mins remaining. SelectAll in Script Viewer. time: 25478ms [INFO] Pass 659 (774) processed. 6 failed. spent: 333:25, 57:30 mins remaining. SelectAll in Script Viewer. time: 25478ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:52:24.536 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationContext.test in 23113 (659 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:52:24.543 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationAtCreationTest.test (660 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:52:24.556 [INFO] !MESSAGE Pass 660 (774) processed. 6 failed. spent: 333:50, 56:59 mins remaining. SelectLocationAtCreationContext. time: 23113ms [INFO] Pass 660 (774) processed. 6 failed. spent: 333:50, 56:59 mins remaining. SelectLocationAtCreationContext. time: 23113ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:52:48.112 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationAtCreationTest.test in 21478 (660 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:52:48.115 [INFO] !MESSAGE [AUT-0] Starting: SelectLocationForGroupContext.test (661 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:52:48.180 [INFO] !MESSAGE Pass 661 (774) processed. 6 failed. spent: 334:13, 56:27 mins remaining. SelectLocationAtCreationTest. time: 21478ms [INFO] Pass 661 (774) processed. 6 failed. spent: 334:13, 56:27 mins remaining. SelectLocationAtCreationTest. time: 21478ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:53:05.133 [INFO] !MESSAGE [AUT-0] Finished: SelectLocationForGroupContext.test in 15465 (661 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:53:05.137 [INFO] !MESSAGE [AUT-0] Starting: SelectPerspectiveFromDialog.test (662 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:53:05.150 [INFO] !MESSAGE Pass 662 (774) processed. 6 failed. spent: 334:30, 55:55 mins remaining. SelectLocationForGroupContext. time: 15465ms [INFO] Pass 662 (774) processed. 6 failed. spent: 334:30, 55:55 mins remaining. SelectLocationForGroupContext. time: 15465ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:56:05.822 [INFO] !MESSAGE [AUT-0] Finished: SelectPerspectiveFromDialog.test in 178974 (662 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:56:05.825 [INFO] !MESSAGE [AUT-0] Starting: SelectRows.test (663 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:56:05.872 [INFO] !MESSAGE Pass 663 (774) processed. 6 failed. spent: 337:31, 55:49 mins remaining. SelectPerspectiveFromDialog. time: 178974ms [INFO] Pass 663 (774) processed. 6 failed. spent: 337:31, 55:49 mins remaining. SelectPerspectiveFromDialog. time: 178974ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:56:28.437 [INFO] !MESSAGE [AUT-0] Finished: SelectRows.test in 20015 (663 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:56:28.444 [INFO] !MESSAGE [AUT-0] Starting: Selection in Script Viewer.test (664 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:56:28.446 [INFO] !MESSAGE Pass 664 (774) processed. 6 failed. spent: 337:54, 55:18 mins remaining. SelectRows. time: 20015ms [INFO] Pass 664 (774) processed. 6 failed. spent: 337:54, 55:18 mins remaining. SelectRows. time: 20015ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:56:51.610 [INFO] !MESSAGE [AUT-0] Finished: Selection in Script Viewer.test in 21114 (664 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:56:51.613 [INFO] !MESSAGE [AUT-0] Starting: SelectionAfterDelete.test (665 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 20:56:51.671 [INFO] !MESSAGE Pass 665 (774) processed. 6 failed. spent: 338:17, 54:46 mins remaining. Selection in Script Viewer. time: 21114ms [INFO] Pass 665 (774) processed. 6 failed. spent: 338:17, 54:46 mins remaining. Selection in Script Viewer. time: 21114ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:57:08.260 [INFO] !MESSAGE [AUT-0] Finished: SelectionAfterDelete.test in 14292 (665 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:57:08.263 [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-31 20:57:08.293 [INFO] !MESSAGE Pass 666 (774) processed. 6 failed. spent: 338:33, 54:13 mins remaining. SelectionAfterDelete. time: 14292ms [INFO] Pass 666 (774) processed. 6 failed. spent: 338:33, 54:13 mins remaining. SelectionAfterDelete. time: 14292ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:59:31.144 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration.test in 135205 (666 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 20:59:31.149 [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-31 20:59:31.242 [INFO] !MESSAGE Pass 667 (774) processed. 6 failed. spent: 340:56, 54:01 mins remaining. Set AUT in Launch Configuration. time: 135205ms [INFO] Pass 667 (774) processed. 6 failed. spent: 340:56, 54:01 mins remaining. Set AUT in Launch Configuration. time: 135205ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:02:45.748 [INFO] !MESSAGE [AUT-0] Finished: Set AUT in Launch Configuration_Run As TestCase.test in 185721 (667 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:02:45.754 [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-31 21:02:45.845 [INFO] !MESSAGE Pass 668 (774) processed. 6 failed. spent: 344:11, 53:56 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 185721ms [INFO] Pass 668 (774) processed. 6 failed. spent: 344:11, 53:56 mins remaining. Set AUT in Launch Configuration_Run As TestCase. time: 185721ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:04:37.975 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Current Command Highlighting.test in 107611 (668 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:04:37.978 [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-31 21:04:38.045 [INFO] !MESSAGE Pass 669 (774) processed. 6 failed. spent: 346:03, 53:38 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 107611ms [INFO] Pass 669 (774) processed. 6 failed. spent: 346:03, 53:38 mins remaining. Set Breakpoint In Proc_Current Command Highlighting. time: 107611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:05:43.157 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Check Variables.test in 60947 (669 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:05:43.163 [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-31 21:05:43.250 [INFO] !MESSAGE Pass 670 (774) processed. 6 failed. spent: 347:08, 53:12 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 60947ms [INFO] Pass 670 (774) processed. 6 failed. spent: 347:08, 53:12 mins remaining. Set Breakpoint In Proc_Step Into_Check Variables. time: 60947ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:07:06.981 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Into_Step Return.test in 72385 (670 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:07:07.043 [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-31 21:07:07.055 [INFO] !MESSAGE Pass 671 (774) processed. 6 failed. spent: 348:32, 52:49 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 72385ms [INFO] Pass 671 (774) processed. 6 failed. spent: 348:32, 52:49 mins remaining. Set Breakpoint In Proc_Step Into_Step Return. time: 72385ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:07:48.778 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Step Over Should Navigate To Next Line.test in 38050 (671 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:07:48.781 [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-31 21:07:48.859 [INFO] !MESSAGE Pass 672 (774) processed. 6 failed. spent: 349:14, 52:19 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 38050ms [INFO] Pass 672 (774) processed. 6 failed. spent: 349:14, 52:19 mins remaining. Set Breakpoint In Proc_Step Over Should Navigate To Next Line. time: 38050ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:08:41.354 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint In Proc_Verify ECL Thread.test in 49867 (672 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:08:41.358 [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-31 21:08:41.372 [INFO] !MESSAGE Pass 673 (774) processed. 6 failed. spent: 350:07, 51:52 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 49867ms [INFO] Pass 673 (774) processed. 6 failed. spent: 350:07, 51:52 mins remaining. Set Breakpoint In Proc_Verify ECL Thread. time: 49867ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:09:38.113 [INFO] !MESSAGE [AUT-0] Finished: Set Breakpoint in Procedure_Check Breakpoint.test in 53452 (673 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:09:38.116 [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-31 21:09:38.189 [INFO] !MESSAGE Pass 674 (774) processed. 6 failed. spent: 351:03, 51:24 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 53452ms [INFO] Pass 674 (774) processed. 6 failed. spent: 351:03, 51:24 mins remaining. Set Breakpoint in Procedure_Check Breakpoint. time: 53452ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:10:00.802 [INFO] !MESSAGE [AUT-0] Finished: Set Tag To Workspace Context.test in 20702 (674 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:10:00.806 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointByShortKey.test (675 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:10:00.861 [INFO] !MESSAGE Pass 675 (774) processed. 6 failed. spent: 351:26, 50:52 mins remaining. Set Tag To Workspace Context. time: 20702ms [INFO] Pass 675 (774) processed. 6 failed. spent: 351:26, 50:52 mins remaining. Set Tag To Workspace Context. time: 20702ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:10:36.829 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointByShortKey.test in 33069 (675 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:10:36.833 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInBodyOfMethod.test (676 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:10:36.878 [INFO] !MESSAGE Pass 676 (774) processed. 6 failed. spent: 352:02, 50:21 mins remaining. SetBreakpointByShortKey. time: 33069ms [INFO] Pass 676 (774) processed. 6 failed. spent: 352:02, 50:21 mins remaining. SetBreakpointByShortKey. time: 33069ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:11:10.868 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInBodyOfMethod.test in 27320 (676 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:11:10.872 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointInTestWithRestarting.test (677 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:11:10.963 [INFO] !MESSAGE Pass 677 (774) processed. 6 failed. spent: 352:36, 49:51 mins remaining. SetBreakpointInBodyOfMethod. time: 27320ms [INFO] Pass 677 (774) processed. 6 failed. spent: 352:36, 49:51 mins remaining. SetBreakpointInBodyOfMethod. time: 27320ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:14:09.380 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointInTestWithRestarting.test in 175242 (677 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:14:09.383 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointOnPartOfLine.test (678 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:14:09.472 [INFO] !MESSAGE Pass 678 (774) processed. 6 failed. spent: 355:35, 49:40 mins remaining. SetBreakpointInTestWithRestarting. time: 175242ms [INFO] Pass 678 (774) processed. 6 failed. spent: 355:35, 49:40 mins remaining. SetBreakpointInTestWithRestarting. time: 175242ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:15:11.650 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointOnPartOfLine.test in 59699 (678 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:15:11.654 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointToCommentLine.test (679 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:15:11.748 [INFO] !MESSAGE Pass 679 (774) processed. 6 failed. spent: 356:37, 49:13 mins remaining. SetBreakpointOnPartOfLine. time: 59699ms [INFO] Pass 679 (774) processed. 6 failed. spent: 356:37, 49:13 mins remaining. SetBreakpointOnPartOfLine. time: 59699ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:15:50.642 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointToCommentLine.test in 36075 (679 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:15:50.644 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaContextMenu.test (680 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:15:50.646 [INFO] !MESSAGE Pass 680 (774) processed. 6 failed. spent: 357:16, 48:43 mins remaining. SetBreakpointToCommentLine. time: 36075ms [INFO] Pass 680 (774) processed. 6 failed. spent: 357:16, 48:43 mins remaining. SetBreakpointToCommentLine. time: 36075ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:16:25.196 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaContextMenu.test in 31525 (680 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:16:25.199 [INFO] !MESSAGE [AUT-0] Starting: SetBreakpointViaMainMenu.test (681 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:16:25.277 [INFO] !MESSAGE Pass 681 (774) processed. 6 failed. spent: 357:50, 48:12 mins remaining. SetBreakpointViaContextMenu. time: 31525ms [INFO] Pass 681 (774) processed. 6 failed. spent: 357:50, 48:12 mins remaining. SetBreakpointViaContextMenu. time: 31525ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:16:59.648 [INFO] !MESSAGE [AUT-0] Finished: SetBreakpointViaMainMenu.test in 31534 (681 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:16:59.651 [INFO] !MESSAGE [AUT-0] Starting: SetParameter.test (682 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:16:59.666 [INFO] !MESSAGE Pass 682 (774) processed. 6 failed. spent: 358:25, 47:41 mins remaining. SetBreakpointViaMainMenu. time: 31534ms [INFO] Pass 682 (774) processed. 6 failed. spent: 358:25, 47:41 mins remaining. SetBreakpointViaMainMenu. time: 31534ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:17:19.025 [INFO] !MESSAGE [AUT-0] Finished: SetParameter.test in 16624 (682 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:17:19.028 [INFO] !MESSAGE [AUT-0] Starting: SetUnsetCommentsInScriptViewer.test (683 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:17:19.045 [INFO] !MESSAGE Pass 683 (774) processed. 6 failed. spent: 358:44, 47:07 mins remaining. SetParameterGetParameter. time: 16624ms [INFO] Pass 683 (774) processed. 6 failed. spent: 358:44, 47:07 mins remaining. SetParameterGetParameter. time: 16624ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:17:35.208 [INFO] !MESSAGE [AUT-0] Finished: SetUnsetCommentsInScriptViewer.test in 13845 (683 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:17:35.211 [INFO] !MESSAGE [AUT-0] Starting: ShowInTask.test (684 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:17:35.260 [INFO] !MESSAGE Pass 684 (774) processed. 6 failed. spent: 359:00, 46:34 mins remaining. SetUnsetCommentsInScriptViewer. time: 13845ms [INFO] Pass 684 (774) processed. 6 failed. spent: 359:00, 46:34 mins remaining. SetUnsetCommentsInScriptViewer. time: 13845ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:18:09.138 [INFO] !MESSAGE [AUT-0] Finished: ShowInTask.test in 30977 (684 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:18:09.142 [INFO] !MESSAGE [AUT-0] Starting: ShowOnlyContextsFromTheRequiredProject.test (685 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:18:09.194 [INFO] !MESSAGE Pass 685 (774) processed. 6 failed. spent: 359:34, 46:03 mins remaining. ShowInTask. time: 30977ms [INFO] Pass 685 (774) processed. 6 failed. spent: 359:34, 46:03 mins remaining. ShowInTask. time: 30977ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:18:23.386 [INFO] !MESSAGE [AUT-0] Finished: ShowOnlyContextsFromTheRequiredProject.test in 12072 (685 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:18:23.389 [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-31 21:18:23.450 [INFO] !MESSAGE Pass 686 (774) processed. 6 failed. spent: 359:49, 45:30 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 12072ms [INFO] Pass 686 (774) processed. 6 failed. spent: 359:49, 45:30 mins remaining. ShowOnlyContextsFromTheRequiredProject. time: 12072ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:18:43.130 [INFO] !MESSAGE [AUT-0] Finished: Simple Coloring in Script Viewer.test in 17387 (686 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:18:43.132 [INFO] !MESSAGE [AUT-0] Starting: SkipAllBreakpointsInDebug.test (687 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:18:43.167 [INFO] !MESSAGE Pass 687 (774) processed. 6 failed. spent: 360:08, 44:57 mins remaining. Simple Coloring in Script Viewer. time: 17387ms [INFO] Pass 687 (774) processed. 6 failed. spent: 360:08, 44:57 mins remaining. Simple Coloring in Script Viewer. time: 17387ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:19:15.609 [INFO] !MESSAGE [AUT-0] Finished: SkipAllBreakpointsInDebug.test in 29586 (687 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:19:15.612 [INFO] !MESSAGE [AUT-0] Starting: SmallMultipleScenarioModificationTest.test (688 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:19:15.661 [INFO] !MESSAGE Pass 688 (774) processed. 6 failed. spent: 360:41, 44:25 mins remaining. SkipAllBreakpointsInDebug. time: 29586ms [INFO] Pass 688 (774) processed. 6 failed. spent: 360:41, 44:25 mins remaining. SkipAllBreakpointsInDebug. time: 29586ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:19:55.344 [INFO] !MESSAGE [AUT-0] Finished: SmallMultipleScenarioModificationTest.test in 37611 (688 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:19:55.346 [INFO] !MESSAGE [AUT-0] Starting: SortingInQ7Explorer.test (689 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:19:55.398 [INFO] !MESSAGE Pass 689 (774) processed. 6 failed. spent: 361:21, 43:55 mins remaining. SmallMultipleScenarioModificationTest. time: 37611ms [INFO] Pass 689 (774) processed. 6 failed. spent: 361:21, 43:55 mins remaining. SmallMultipleScenarioModificationTest. time: 37611ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:21:01.081 [INFO] !MESSAGE [AUT-0] Finished: SortingInQ7Explorer.test in 63358 (689 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:21:01.084 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentation.scenario (690 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:21:01.095 [INFO] !MESSAGE Pass 690 (774) processed. 6 failed. spent: 362:26, 43:28 mins remaining. SortingInQ7Explorer. time: 63358ms [INFO] Pass 690 (774) processed. 6 failed. spent: 362:26, 43:28 mins remaining. SortingInQ7Explorer. time: 63358ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:21:20.783 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentation.scenario in 17248 (690 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:21:20.785 [INFO] !MESSAGE [AUT-0] Starting: SpecifyDocumentationCopyPaste.scenario (691 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:21:20.848 [INFO] !MESSAGE Pass 691 (774) processed. 6 failed. spent: 362:46, 42:55 mins remaining. SpecifyDocumentation. time: 17248ms [INFO] Pass 691 (774) processed. 6 failed. spent: 362:46, 42:55 mins remaining. SpecifyDocumentation. time: 17248ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:21:40.484 [INFO] !MESSAGE [AUT-0] Finished: SpecifyDocumentationCopyPaste.scenario in 17450 (691 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:21:40.488 [INFO] !MESSAGE [AUT-0] Starting: SplitTest.test (692 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:21:40.564 [INFO] !MESSAGE Pass 692 (774) processed. 6 failed. spent: 363:06, 42:22 mins remaining. SpecifyDocumentationCopyPaste. time: 17450ms [INFO] Pass 692 (774) processed. 6 failed. spent: 363:06, 42:22 mins remaining. SpecifyDocumentationCopyPaste. time: 17450ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:21:46.983 [INFO] !MESSAGE [AUT-0] Finished: SplitTest.test in 4662 (692 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:21:46.985 [INFO] !MESSAGE [AUT-0] Starting: StepIntoAtDebugging.test (693 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:21:47.071 [INFO] !MESSAGE Pass 693 (774) processed. 6 failed. spent: 363:12, 41:48 mins remaining. SplitTest. time: 4662ms [INFO] Pass 693 (774) processed. 6 failed. spent: 363:12, 41:48 mins remaining. SplitTest. time: 4662ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:22:19.733 [INFO] !MESSAGE [AUT-0] Finished: StepIntoAtDebugging.test in 29906 (693 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:22:19.735 [INFO] !MESSAGE [AUT-0] Starting: StepOverAtDebugging.test (694 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:22:19.756 [INFO] !MESSAGE Pass 694 (774) processed. 6 failed. spent: 363:45, 41:17 mins remaining. StepIntoAtDebugging. time: 29906ms [INFO] Pass 694 (774) processed. 6 failed. spent: 363:45, 41:17 mins remaining. StepIntoAtDebugging. time: 29906ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:23:33.295 [INFO] !MESSAGE [AUT-0] Finished: StepOverAtDebugging.test in 70432 (694 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:23:33.298 [INFO] !MESSAGE [AUT-0] Starting: StopAUTByStopCommand.test (695 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:23:33.362 [INFO] !MESSAGE Pass 695 (774) processed. 6 failed. spent: 364:59, 40:50 mins remaining. StepOverAtDebugging. time: 70432ms [INFO] Pass 695 (774) processed. 6 failed. spent: 364:59, 40:50 mins remaining. StepOverAtDebugging. time: 70432ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:23:57.927 [INFO] !MESSAGE [AUT-0] Finished: StopAUTByStopCommand.test in 22845 (695 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:23:57.929 [INFO] !MESSAGE [AUT-0] Starting: StopShouldBeDisabledIfAUTIsNotRunning.test (696 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:23:57.982 [INFO] !MESSAGE Pass 696 (774) processed. 6 failed. spent: 365:23, 40:18 mins remaining. StopAUTByStopCommand. time: 22845ms [INFO] Pass 696 (774) processed. 6 failed. spent: 365:23, 40:18 mins remaining. StopAUTByStopCommand. time: 22845ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:26:02.546 [INFO] !MESSAGE [AUT-0] Finished: StopShouldBeDisabledIfAUTIsNotRunning.test in 122894 (696 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:26:02.549 [INFO] !MESSAGE [AUT-0] Starting: Switch.test (697 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:26:02.556 [INFO] !MESSAGE Pass 697 (774) processed. 6 failed. spent: 367:28, 39:57 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 122894ms [INFO] Pass 697 (774) processed. 6 failed. spent: 367:28, 39:57 mins remaining. StopShouldBeDisabledIfAUTIsNotRunning. time: 122894ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:26:06.912 [INFO] !MESSAGE [AUT-0] Finished: Switch.test in 3020 (697 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:26:06.914 [INFO] !MESSAGE [AUT-0] Starting: SwitchToAssertionMode.test (698 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:26:06.960 [INFO] !MESSAGE Pass 698 (774) processed. 6 failed. spent: 367:32, 39:22 mins remaining. Switch. time: 3020ms [INFO] Pass 698 (774) processed. 6 failed. spent: 367:32, 39:22 mins remaining. Switch. time: 3020ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:28:18.127 [INFO] !MESSAGE [AUT-0] Finished: SwitchToAssertionMode.test in 127308 (698 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:28:18.129 [INFO] !MESSAGE [AUT-0] Starting: TagsAutocompletion.test (699 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:28:18.160 [INFO] !MESSAGE Pass 699 (774) processed. 6 failed. spent: 369:43, 39:01 mins remaining. SwitchToAssertionMode. time: 127308ms [INFO] Pass 699 (774) processed. 6 failed. spent: 369:43, 39:01 mins remaining. SwitchToAssertionMode. time: 127308ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:28:32.669 [INFO] !MESSAGE [AUT-0] Finished: TagsAutocompletion.test in 12356 (699 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:28:32.671 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnFileRestore.test (700 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:28:32.672 [INFO] !MESSAGE Pass 700 (774) processed. 6 failed. spent: 369:58, 38:28 mins remaining. TagsAutocompletion. time: 12356ms [INFO] Pass 700 (774) processed. 6 failed. spent: 369:58, 38:28 mins remaining. TagsAutocompletion. time: 12356ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:28:50.923 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnFileRestore.test in 16120 (700 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:28:50.925 [INFO] !MESSAGE [AUT-0] Starting: TagsViewUpdateOnProjectClose.test (701 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:28:50.988 [INFO] !MESSAGE Pass 701 (774) processed. 6 failed. spent: 370:16, 37:55 mins remaining. TagsViewUpdateOnFileRestore. time: 16120ms [INFO] Pass 701 (774) processed. 6 failed. spent: 370:16, 37:55 mins remaining. TagsViewUpdateOnFileRestore. time: 16120ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:07.087 [INFO] !MESSAGE [AUT-0] Finished: TagsViewUpdateOnProjectClose.test in 14021 (701 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:07.090 [INFO] !MESSAGE [AUT-0] Starting: TagsView_AND.test (702 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:29:07.152 [INFO] !MESSAGE Pass 702 (774) processed. 6 failed. spent: 370:32, 37:22 mins remaining. TagsViewUpdateOnProjectClose. time: 14021ms [INFO] Pass 702 (774) processed. 6 failed. spent: 370:32, 37:22 mins remaining. TagsViewUpdateOnProjectClose. time: 14021ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:15.635 [INFO] !MESSAGE [AUT-0] Finished: TagsView_AND.test in 6371 (702 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:15.637 [INFO] !MESSAGE [AUT-0] Starting: TagsView_NOT.test (703 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:29:15.660 [INFO] !MESSAGE Pass 703 (774) processed. 6 failed. spent: 370:41, 36:48 mins remaining. TagsView_AND. time: 6371ms [INFO] Pass 703 (774) processed. 6 failed. spent: 370:41, 36:48 mins remaining. TagsView_AND. time: 6371ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:24.683 [INFO] !MESSAGE [AUT-0] Finished: TagsView_NOT.test in 7141 (703 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:24.685 [INFO] !MESSAGE [AUT-0] Starting: TagsView_OR.test (704 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:29:24.768 [INFO] !MESSAGE Pass 704 (774) processed. 6 failed. spent: 370:50, 36:14 mins remaining. TagsView_NOT. time: 7141ms [INFO] Pass 704 (774) processed. 6 failed. spent: 370:50, 36:14 mins remaining. TagsView_NOT. time: 7141ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:35.721 [INFO] !MESSAGE [AUT-0] Finished: TagsView_OR.test in 9482 (704 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:35.723 [INFO] !MESSAGE [AUT-0] Starting: TagsView_tag with spaces.test (705 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:29:35.777 [INFO] !MESSAGE Pass 705 (774) processed. 6 failed. spent: 371:01, 35:41 mins remaining. TagsView_OR. time: 9482ms [INFO] Pass 705 (774) processed. 6 failed. spent: 371:01, 35:41 mins remaining. TagsView_OR. time: 9482ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:44.232 [INFO] !MESSAGE [AUT-0] Finished: TagsView_tag with spaces.test in 6591 (705 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:29:44.235 [INFO] !MESSAGE [AUT-0] Starting: TakeScreenshot.test (706 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:29:44.288 [INFO] !MESSAGE Pass 706 (774) processed. 6 failed. spent: 371:09, 35:07 mins remaining. TagsView_tag with spaces. time: 6591ms [INFO] Pass 706 (774) processed. 6 failed. spent: 371:09, 35:07 mins remaining. TagsView_tag with spaces. time: 6591ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:30:55.573 [INFO] !MESSAGE [AUT-0] Finished: TakeScreenshot.test in 69067 (706 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:30:55.575 [INFO] !MESSAGE [AUT-0] Starting: TerminateDebugging.test (707 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:30:55.664 [INFO] !MESSAGE Pass 707 (774) processed. 6 failed. spent: 372:21, 34:39 mins remaining. TakeScreenshot. time: 69067ms [INFO] Pass 707 (774) processed. 6 failed. spent: 372:21, 34:39 mins remaining. TakeScreenshot. time: 69067ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:31:50.324 [INFO] !MESSAGE [AUT-0] Finished: TerminateDebugging.test in 52697 (707 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:31:50.326 [INFO] !MESSAGE [AUT-0] Starting: TerminateExistingLaunches.test (708 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:31:50.373 [INFO] !MESSAGE Pass 708 (774) processed. 6 failed. spent: 373:16, 34:10 mins remaining. TerminateDebugging. time: 52697ms [INFO] Pass 708 (774) processed. 6 failed. spent: 373:16, 34:10 mins remaining. TerminateDebugging. time: 52697ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:33:23.649 [INFO] !MESSAGE [AUT-0] Finished: TerminateExistingLaunches.test in 90701 (708 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:33:23.651 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo.test (709 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:33:23.748 [INFO] !MESSAGE Pass 709 (774) processed. 6 failed. spent: 374:49, 33:44 mins remaining. TerminateExistingLaunches. time: 90701ms [INFO] Pass 709 (774) processed. 6 failed. spent: 374:49, 33:44 mins remaining. TerminateExistingLaunches. time: 90701ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:33:42.359 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo.test in 16597 (709 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:33:42.363 [INFO] !MESSAGE [AUT-0] Starting: TestDeleteUndo2.test (710 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:33:42.364 [INFO] !MESSAGE Pass 710 (774) processed. 6 failed. spent: 375:08, 33:11 mins remaining. TestDeleteUndoRedo. time: 16597ms [INFO] Pass 710 (774) processed. 6 failed. spent: 375:08, 33:11 mins remaining. TestDeleteUndoRedo. time: 16597ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:34:12.513 [INFO] !MESSAGE [AUT-0] Finished: TestDeleteUndo2.test in 28001 (710 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:34:12.515 [INFO] !MESSAGE [AUT-0] Starting: TestNumsAreDisplayedInExecutionView.test (711 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:34:12.589 [INFO] !MESSAGE Pass 711 (774) processed. 6 failed. spent: 375:38, 32:39 mins remaining. TestDeleteUndoRedo2. time: 28001ms [INFO] Pass 711 (774) processed. 6 failed. spent: 375:38, 32:39 mins remaining. TestDeleteUndoRedo2. time: 28001ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:35:09.245 [INFO] !MESSAGE [AUT-0] Finished: TestNumsAreDisplayedInExecutionView.test in 54451 (711 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:35:09.248 [INFO] !MESSAGE [AUT-0] Starting: TestOptionsPopup.test (712 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:35:09.266 [INFO] !MESSAGE Pass 712 (774) processed. 6 failed. spent: 376:34, 32:10 mins remaining. TestNumsAreDisplayedInExecutionView. time: 54451ms [INFO] Pass 712 (774) processed. 6 failed. spent: 376:34, 32:10 mins remaining. TestNumsAreDisplayedInExecutionView. time: 54451ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:35:26.807 [INFO] !MESSAGE [AUT-0] Finished: TestOptionsPopup.test in 15529 (712 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:35:26.809 [INFO] !MESSAGE [AUT-0] Starting: TestParametrizedPreferenceContext.test (713 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:35:26.884 [INFO] !MESSAGE Pass 713 (774) processed. 6 failed. spent: 376:52, 31:37 mins remaining. TestOptionsPopup. time: 15529ms [INFO] Pass 713 (774) processed. 6 failed. spent: 376:52, 31:37 mins remaining. TestOptionsPopup. time: 15529ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:35:34.936 [INFO] !MESSAGE [AUT-0] Finished: TestParametrizedPreferenceContext.test in 6094 (713 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:35:34.938 [INFO] !MESSAGE [AUT-0] Starting: TestSaveAsFromControlPanel.test (714 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:35:34.991 [INFO] !MESSAGE Pass 714 (774) processed. 6 failed. spent: 377:00, 31:03 mins remaining. TestParametrizedPreferenceContext. time: 6094ms [INFO] Pass 714 (774) processed. 6 failed. spent: 377:00, 31:03 mins remaining. TestParametrizedPreferenceContext. time: 6094ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:36:01.700 [INFO] !MESSAGE [AUT-0] Finished: TestSaveAsFromControlPanel.test in 24176 (714 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:36:01.702 [INFO] !MESSAGE [AUT-0] Starting: TestSuiteDebug.test (715 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:36:01.757 [INFO] !MESSAGE Pass 715 (774) processed. 6 failed. spent: 377:27, 30:31 mins remaining. TestSaveAsFromControlPanel. time: 24176ms [INFO] Pass 715 (774) processed. 6 failed. spent: 377:27, 30:31 mins remaining. TestSaveAsFromControlPanel. time: 24176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:36:52.594 [INFO] !MESSAGE [AUT-0] Finished: TestSuiteDebug.test in 47678 (715 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:36:52.596 [INFO] !MESSAGE [AUT-0] Starting: TestUndoRedoExternalRef.test (716 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:36:52.653 [INFO] !MESSAGE Pass 716 (774) processed. 6 failed. spent: 378:18, 30:01 mins remaining. TestSuiteDebug. time: 47678ms [INFO] Pass 716 (774) processed. 6 failed. spent: 378:18, 30:01 mins remaining. TestSuiteDebug. time: 47678ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:37:11.070 [INFO] !MESSAGE [AUT-0] Finished: TestUndoRedoExternalRef.test in 15853 (716 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:37:11.072 [INFO] !MESSAGE [AUT-0] Starting: TestUndoWithDuplicates.test (717 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:37:11.169 [INFO] !MESSAGE Pass 717 (774) processed. 6 failed. spent: 378:36, 29:29 mins remaining. TestUndoRedoExternalRef. time: 15853ms [INFO] Pass 717 (774) processed. 6 failed. spent: 378:36, 29:29 mins remaining. TestUndoRedoExternalRef. time: 15853ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:37:42.004 [INFO] !MESSAGE [AUT-0] Finished: TestUndoWithDuplicates.test in 27480 (717 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:37:42.006 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureStyledText.test (718 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:37:42.047 [INFO] !MESSAGE Pass 718 (774) processed. 6 failed. spent: 379:07, 28:57 mins remaining. TestUndoRedoWithDuplicates. time: 27480ms [INFO] Pass 718 (774) processed. 6 failed. spent: 379:07, 28:57 mins remaining. TestUndoRedoWithDuplicates. time: 27480ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:38:17.217 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureStyledText.test in 32865 (718 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:38:17.219 [INFO] !MESSAGE [AUT-0] Starting: TextVerification_CaptureText.test (719 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:38:17.250 [INFO] !MESSAGE Pass 719 (774) processed. 6 failed. spent: 379:42, 28:26 mins remaining. TextVerification_CaptureStyledText. time: 32865ms [INFO] Pass 719 (774) processed. 6 failed. spent: 379:42, 28:26 mins remaining. TextVerification_CaptureStyledText. time: 32865ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:38:44.379 [INFO] !MESSAGE [AUT-0] Finished: TextVerification_CaptureText.test in 25115 (719 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:38:44.381 [INFO] !MESSAGE [AUT-0] Starting: TimeVerificationAfterRestart.test (720 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:38:44.471 [INFO] !MESSAGE Pass 720 (774) processed. 6 failed. spent: 380:10, 27:54 mins remaining. TextVerification_CaptureText. time: 25115ms [INFO] Pass 720 (774) processed. 6 failed. spent: 380:10, 27:54 mins remaining. TextVerification_CaptureText. time: 25115ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:41:23.961 [INFO] !MESSAGE [AUT-0] Finished: TimeVerificationAfterRestart.test in 155955 (720 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:41:23.964 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_CreateNew.test (721 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:41:23.970 [INFO] !MESSAGE Pass 721 (774) processed. 6 failed. spent: 382:49, 27:31 mins remaining. TimeVerificationAfterRestart. time: 155955ms [INFO] Pass 721 (774) processed. 6 failed. spent: 382:49, 27:31 mins remaining. TimeVerificationAfterRestart. time: 155955ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:41:36.627 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_CreateNew.test in 11048 (721 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:41:36.630 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test (722 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:41:36.681 [INFO] !MESSAGE Pass 722 (774) processed. 6 failed. spent: 383:02, 26:58 mins remaining. TreeVerification_CreateNew. time: 11048ms [INFO] Pass 722 (774) processed. 6 failed. spent: 383:02, 26:58 mins remaining. TreeVerification_CreateNew. time: 11048ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:41:54.804 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode.test in 16174 (722 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:41:54.807 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_RegularExpressionsReplayCheck.test (723 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:41:54.850 [INFO] !MESSAGE Pass 723 (774) processed. 6 failed. spent: 383:20, 26:26 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 16174ms [INFO] Pass 723 (774) processed. 6 failed. spent: 383:20, 26:26 mins remaining. TreeVerification_EntryEditingOnlyInIgnoreStyledTextMode. time: 16174ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:42:04.367 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_RegularExpressionsReplayCheck.test in 7461 (723 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:42:04.371 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TableCase.test (724 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:42:04.458 [INFO] !MESSAGE Pass 724 (774) processed. 6 failed. spent: 383:30, 25:53 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 7461ms [INFO] Pass 724 (774) processed. 6 failed. spent: 383:30, 25:53 mins remaining. TreeVerification_RegularExpressionsReplayCheck. time: 7461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:42:54.809 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TableCase.test in 48120 (724 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:42:54.812 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_TreeCase.test (725 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:42:54.873 [INFO] !MESSAGE Pass 725 (774) processed. 6 failed. spent: 384:20, 25:22 mins remaining. TreeVerification_TableCase. time: 48120ms [INFO] Pass 725 (774) processed. 6 failed. spent: 384:20, 25:22 mins remaining. TreeVerification_TableCase. time: 48120ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:43:25.350 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_TreeCase.test in 28889 (725 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:43:25.352 [INFO] !MESSAGE [AUT-0] Starting: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test (726 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:43:25.449 [INFO] !MESSAGE Pass 726 (774) processed. 6 failed. spent: 384:51, 24:50 mins remaining. TreeVerification_TreeCase. time: 28889ms [INFO] Pass 726 (774) processed. 6 failed. spent: 384:51, 24:50 mins remaining. TreeVerification_TreeCase. time: 28889ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:01.514 [INFO] !MESSAGE [AUT-0] Finished: TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture.test in 34340 (726 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:01.517 [INFO] !MESSAGE [AUT-0] Starting: TryCatch.test (727 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:44:01.558 [INFO] !MESSAGE Pass 727 (774) processed. 6 failed. spent: 385:27, 24:19 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 34340ms [INFO] Pass 727 (774) processed. 6 failed. spent: 385:27, 24:19 mins remaining. TreeVerification_VerifyStylesShouldBecomeEnableAfterPickAndCapture. time: 34340ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:07.992 [INFO] !MESSAGE [AUT-0] Finished: TryCatch.test in 4993 (727 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:07.994 [INFO] !MESSAGE [AUT-0] Starting: TryCatchNPE.test (728 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:44:08.065 [INFO] !MESSAGE Pass 728 (774) processed. 6 failed. spent: 385:33, 23:46 mins remaining. TryCatch. time: 4993ms [INFO] Pass 728 (774) processed. 6 failed. spent: 385:33, 23:46 mins remaining. TryCatch. time: 4993ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:12.408 [INFO] !MESSAGE [AUT-0] Finished: TryCatchNPE.test in 3075 (728 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:12.410 [INFO] !MESSAGE [AUT-0] Starting: TryToAddTestIntoGroupContext.test (729 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:44:12.469 [INFO] !MESSAGE Pass 729 (774) processed. 6 failed. spent: 385:38, 23:12 mins remaining. TryCatchNPE. time: 3075ms [INFO] Pass 729 (774) processed. 6 failed. spent: 385:38, 23:12 mins remaining. TryCatchNPE. time: 3075ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:35.605 [INFO] !MESSAGE [AUT-0] Finished: TryToAddTestIntoGroupContext.test in 20970 (729 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:35.608 [INFO] !MESSAGE [AUT-0] Starting: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test (730 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:44:35.695 [INFO] !MESSAGE Pass 730 (774) processed. 6 failed. spent: 386:01, 22:40 mins remaining. TryToAddTestIntoGroupContext. time: 20970ms [INFO] Pass 730 (774) processed. 6 failed. spent: 386:01, 22:40 mins remaining. TryToAddTestIntoGroupContext. time: 20970ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:48.776 [INFO] !MESSAGE [AUT-0] Finished: TryToCompareWithLocalHistoryWhenNoChangesWereMade.test in 10899 (730 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:44:48.778 [INFO] !MESSAGE [AUT-0] Starting: TryToCreateCycledGroupContexts.test (731 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:44:48.808 [INFO] !MESSAGE Pass 731 (774) processed. 6 failed. spent: 386:14, 22:07 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 10899ms [INFO] Pass 731 (774) processed. 6 failed. spent: 386:14, 22:07 mins remaining. TryToCompareWithLocalHistoryWhenNoChangesWereMade. time: 10899ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:45:15.462 [INFO] !MESSAGE [AUT-0] Finished: TryToCreateCycledGroupContexts.test in 24644 (731 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:45:15.464 [INFO] !MESSAGE [AUT-0] Starting: TryToExportNotTestCase.test (732 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:45:15.559 [INFO] !MESSAGE Pass 732 (774) processed. 6 failed. spent: 386:41, 21:35 mins remaining. TryToCreateCycledGroupContexts. time: 24644ms [INFO] Pass 732 (774) processed. 6 failed. spent: 386:41, 21:35 mins remaining. TryToCreateCycledGroupContexts. time: 24644ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:45:30.122 [INFO] !MESSAGE [AUT-0] Finished: TryToExportNotTestCase.test in 12669 (732 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:45:30.124 [INFO] !MESSAGE [AUT-0] Starting: TryToImportWithEmptyClipboard.test (733 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:45:30.173 [INFO] !MESSAGE Pass 733 (774) processed. 6 failed. spent: 386:55, 21:03 mins remaining. TryToExportNotTestCase. time: 12669ms [INFO] Pass 733 (774) processed. 6 failed. spent: 386:55, 21:03 mins remaining. TryToExportNotTestCase. time: 12669ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:45:49.272 [INFO] !MESSAGE [AUT-0] Finished: TryToImportWithEmptyClipboard.test in 16995 (733 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:45:49.275 [INFO] !MESSAGE [AUT-0] Starting: TryToVerifyUnresolvedWidget.test (734 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:45:49.352 [INFO] !MESSAGE Pass 734 (774) processed. 6 failed. spent: 387:15, 20:31 mins remaining. TryToImportWithEmptyClipboard. time: 16995ms [INFO] Pass 734 (774) processed. 6 failed. spent: 387:15, 20:31 mins remaining. TryToImportWithEmptyClipboard. time: 16995ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:46:23.956 [INFO] !MESSAGE [AUT-0] Finished: TryToVerifyUnresolvedWidget.test in 32547 (734 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:46:23.959 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteFolder.test (735 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:46:23.986 [INFO] !MESSAGE Pass 735 (774) processed. 6 failed. spent: 387:49, 19:59 mins remaining. TryToVerifyUnresolvedWidget. time: 32547ms [INFO] Pass 735 (774) processed. 6 failed. spent: 387:49, 19:59 mins remaining. TryToVerifyUnresolvedWidget. time: 32547ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:46:55.159 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteFolder.test in 29097 (735 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:46:55.161 [INFO] !MESSAGE [AUT-0] Starting: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test (736 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:46:55.215 [INFO] !MESSAGE Pass 736 (774) processed. 6 failed. spent: 388:20, 19:28 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 29097ms [INFO] Pass 736 (774) processed. 6 failed. spent: 388:20, 19:28 mins remaining. UndoRedoDeleteFolderByHotKeys. time: 29097ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:47:15.819 [INFO] !MESSAGE [AUT-0] Finished: UndoDeleteProjectWithoutDeleteFromDiskByEditMenu.test in 18757 (736 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:47:15.822 [INFO] !MESSAGE [AUT-0] Starting: UndoDeletingTwoContextsInTest.test (737 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:47:15.854 [INFO] !MESSAGE Pass 737 (774) processed. 6 failed. spent: 388:41, 18:56 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 18757ms [INFO] Pass 737 (774) processed. 6 failed. spent: 388:41, 18:56 mins remaining. UndoDeleteProjectWithoutDeleteFromDiskByEditMenu. time: 18757ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:47:44.966 [INFO] !MESSAGE [AUT-0] Finished: UndoDeletingTwoContextsInTest.test in 26995 (737 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:47:44.968 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeleteFolderByEditMenu.test (738 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:47:44.981 [INFO] !MESSAGE Pass 738 (774) processed. 6 failed. spent: 389:10, 18:24 mins remaining. UndoDeletingTwoContextsInTest. time: 26995ms [INFO] Pass 738 (774) processed. 6 failed. spent: 389:10, 18:24 mins remaining. UndoDeletingTwoContextsInTest. time: 26995ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:48:14.172 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeleteFolderByEditMenu.test in 26842 (738 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:48:14.175 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteByHotKeys.test (739 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:48:14.208 [INFO] !MESSAGE Pass 739 (774) processed. 6 failed. spent: 389:39, 17:52 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 26842ms [INFO] Pass 739 (774) processed. 6 failed. spent: 389:39, 17:52 mins remaining. UndoRedoDeleteFolderByEditMenu. time: 26842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:48:32.568 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteByHotKeys.test in 16061 (739 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:48:32.570 [INFO] !MESSAGE [AUT-0] Starting: UndoRedoDeletingTestSuiteFromEditMenu.test (740 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:48:32.626 [INFO] !MESSAGE Pass 740 (774) processed. 6 failed. spent: 389:58, 17:20 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 16061ms [INFO] Pass 740 (774) processed. 6 failed. spent: 389:58, 17:20 mins remaining. UndoRedoDeletingTestSuiteByHotKeys. time: 16061ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:48:51.426 [INFO] !MESSAGE [AUT-0] Finished: UndoRedoDeletingTestSuiteFromEditMenu.test in 16558 (740 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:48:51.430 [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-31 21:48:51.456 [INFO] !MESSAGE Pass 741 (774) processed. 6 failed. spent: 390:17, 16:48 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 16558ms [INFO] Pass 741 (774) processed. 6 failed. spent: 390:17, 16:48 mins remaining. UndoRedoDeletingTestSuiteFromEditMenu. time: 16558ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:49:12.567 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in Control Panel.test in 19289 (741 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:49:12.570 [INFO] !MESSAGE [AUT-0] Starting: Undo_Redo in ScriptViewer.test (742 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:49:12.575 [INFO] !MESSAGE Pass 742 (774) processed. 6 failed. spent: 390:38, 16:16 mins remaining. Undo/Redo in Control Panel. time: 19289ms [INFO] Pass 742 (774) processed. 6 failed. spent: 390:38, 16:16 mins remaining. Undo/Redo in Control Panel. time: 19289ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:49:32.942 [INFO] !MESSAGE [AUT-0] Finished: Undo_Redo in ScriptViewer.test in 17909 (742 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:49:32.945 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInContextDescription.test (743 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:49:32.993 [INFO] !MESSAGE Pass 743 (774) processed. 6 failed. spent: 390:58, 15:44 mins remaining. Undo/Redo in ScriptViewer. time: 17909ms [INFO] Pass 743 (774) processed. 6 failed. spent: 390:58, 15:44 mins remaining. Undo/Redo in ScriptViewer. time: 17909ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:49:55.717 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInContextDescription.test in 20432 (743 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:49:55.719 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInECLContext.test (744 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:49:55.746 [INFO] !MESSAGE Pass 744 (774) processed. 6 failed. spent: 391:21, 15:12 mins remaining. Undo\RedoInContextDescription. time: 20432ms [INFO] Pass 744 (774) processed. 6 failed. spent: 391:21, 15:12 mins remaining. Undo\RedoInContextDescription. time: 20432ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:50:17.413 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInECLContext.test in 19591 (744 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:50:17.416 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestDescription.test (745 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:50:17.464 [INFO] !MESSAGE Pass 745 (774) processed. 6 failed. spent: 391:43, 14:40 mins remaining. Undo/RedoInECLContext. time: 19591ms [INFO] Pass 745 (774) processed. 6 failed. spent: 391:43, 14:40 mins remaining. Undo/RedoInECLContext. time: 19591ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:50:48.170 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestDescription.test in 28265 (745 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:50:48.173 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoInTestSuiteDescription.test (746 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:50:48.251 [INFO] !MESSAGE Pass 746 (774) processed. 6 failed. spent: 392:13, 14:09 mins remaining. Undo\RedoInTestDescription. time: 28265ms [INFO] Pass 746 (774) processed. 6 failed. spent: 392:13, 14:09 mins remaining. Undo\RedoInTestDescription. time: 28265ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:51:09.854 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoInTestSuiteDescription.test in 19333 (746 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:51:09.856 [INFO] !MESSAGE [AUT-0] Starting: Undo_RedoTestWhichIsUsedInTestSuite.test (747 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:51:09.869 [INFO] !MESSAGE Pass 747 (774) processed. 6 failed. spent: 392:35, 13:37 mins remaining. Undo\RedoInTestSuiteDescription. time: 19333ms [INFO] Pass 747 (774) processed. 6 failed. spent: 392:35, 13:37 mins remaining. Undo\RedoInTestSuiteDescription. time: 19333ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:51:31.154 [INFO] !MESSAGE [AUT-0] Finished: Undo_RedoTestWhichIsUsedInTestSuite.test in 18872 (747 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:51:31.156 [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-31 21:51:31.188 [INFO] !MESSAGE Pass 748 (774) processed. 6 failed. spent: 392:56, 13:05 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 18872ms [INFO] Pass 748 (774) processed. 6 failed. spent: 392:56, 13:05 mins remaining. Undo\RedoTestWhichIsUsedInTestSuite. time: 18872ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:55:19.079 [INFO] !MESSAGE [AUT-0] Finished: Unset AUT in Launch Configuration.test in 224700 (748 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:55:19.081 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteBunchObjects.test (749 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:55:19.155 [INFO] !MESSAGE Pass 749 (774) processed. 6 failed. spent: 396:44, 12:40 mins remaining. Unset AUT in Launch Configuration. time: 224700ms [INFO] Pass 749 (774) processed. 6 failed. spent: 396:44, 12:40 mins remaining. Unset AUT in Launch Configuration. time: 224700ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:55:35.196 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteBunchObjects.test in 14176 (749 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:55:35.199 [INFO] !MESSAGE [AUT-0] Starting: UpdateTagsViewAfterDeleteObject.test (750 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:55:35.269 [INFO] !MESSAGE Pass 750 (774) processed. 6 failed. spent: 397:00, 12:08 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 14176ms [INFO] Pass 750 (774) processed. 6 failed. spent: 397:00, 12:08 mins remaining. UpdateTagsViewAfterDeleteBunchObjects. time: 14176ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:55:55.373 [INFO] !MESSAGE [AUT-0] Finished: UpdateTagsViewAfterDeleteObject.test in 18024 (750 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:55:55.376 [INFO] !MESSAGE [AUT-0] Starting: UriFromPath.test (751 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:55:55.386 [INFO] !MESSAGE Pass 751 (774) processed. 6 failed. spent: 397:21, 11:36 mins remaining. UpdateTagsViewAfterDeleteObject. time: 18024ms [INFO] Pass 751 (774) processed. 6 failed. spent: 397:21, 11:36 mins remaining. UpdateTagsViewAfterDeleteObject. time: 18024ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:56:01.322 [INFO] !MESSAGE [AUT-0] Finished: UriFromPath.test in 4259 (751 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:56:01.324 [INFO] !MESSAGE [AUT-0] Starting: Use _ as any string .test (752 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:56:01.392 [INFO] !MESSAGE Pass 752 (774) processed. 6 failed. spent: 397:27, 11:04 mins remaining. UriFromPath. time: 4259ms [INFO] Pass 752 (774) processed. 6 failed. spent: 397:27, 11:04 mins remaining. UriFromPath. time: 4259ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:56:33.918 [INFO] !MESSAGE [AUT-0] Finished: Use _ as any string .test in 30516 (752 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:56:33.920 [INFO] !MESSAGE [AUT-0] Starting: VerifyExecutionTime.test (753 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:56:33.962 [INFO] !MESSAGE Pass 753 (774) processed. 6 failed. spent: 397:59, 10:32 mins remaining. Use * as any string . time: 30516ms [INFO] Pass 753 (774) processed. 6 failed. spent: 397:59, 10:32 mins remaining. Use * as any string . time: 30516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:57:52.730 [INFO] !MESSAGE [AUT-0] Finished: VerifyExecutionTime.test in 76054 (753 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:57:52.733 [INFO] !MESSAGE [AUT-0] Starting: VerifyIgnoredLines.test (754 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:57:52.752 [INFO] !MESSAGE Pass 754 (774) processed. 6 failed. spent: 399:18, 10:02 mins remaining. VerifyExecutionTime. time: 76054ms [INFO] Pass 754 (774) processed. 6 failed. spent: 399:18, 10:02 mins remaining. VerifyExecutionTime. time: 76054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:58:29.895 [INFO] !MESSAGE [AUT-0] Finished: VerifyIgnoredLines.test in 35105 (754 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:58:29.897 [INFO] !MESSAGE [AUT-0] Starting: VerifyStyledText.test (755 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:58:29.983 [INFO] !MESSAGE Pass 755 (774) processed. 6 failed. spent: 399:55, 9:30 mins remaining. VerifyIgnoredLines. time: 35105ms [INFO] Pass 755 (774) processed. 6 failed. spent: 399:55, 9:30 mins remaining. VerifyIgnoredLines. time: 35105ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:58:59.108 [INFO] !MESSAGE [AUT-0] Finished: VerifyStyledText.test in 26745 (755 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:58:59.111 [INFO] !MESSAGE [AUT-0] Starting: VerifyText.test (756 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:58:59.163 [INFO] !MESSAGE Pass 756 (774) processed. 6 failed. spent: 400:24, 8:58 mins remaining. VerifyStyledText. time: 26745ms [INFO] Pass 756 (774) processed. 6 failed. spent: 400:24, 8:58 mins remaining. VerifyStyledText. time: 26745ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:59:31.369 [INFO] !MESSAGE [AUT-0] Finished: VerifyText.test in 29831 (756 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 21:59:31.372 [INFO] !MESSAGE [AUT-0] Starting: VerifyUncapturedFiles.test (757 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 21:59:31.459 [INFO] !MESSAGE Pass 757 (774) processed. 6 failed. spent: 400:57, 8:27 mins remaining. VerifyText. time: 29831ms [INFO] Pass 757 (774) processed. 6 failed. spent: 400:57, 8:27 mins remaining. VerifyText. time: 29831ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:00:06.557 [INFO] !MESSAGE [AUT-0] Finished: VerifyUncapturedFiles.test in 32749 (757 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:00:06.559 [INFO] !MESSAGE [AUT-0] Starting: VerifyWhiteSpaceCharacters.test (758 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:00:06.565 [INFO] !MESSAGE Pass 758 (774) processed. 6 failed. spent: 401:32, 7:55 mins remaining. VerifyUncapturedFiles. time: 32749ms [INFO] Pass 758 (774) processed. 6 failed. spent: 401:32, 7:55 mins remaining. VerifyUncapturedFiles. time: 32749ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:00:40.203 [INFO] !MESSAGE [AUT-0] Finished: VerifyWhiteSpaceCharacters.test in 31431 (758 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:00:40.206 [INFO] !MESSAGE [AUT-0] Starting: VerifyWorkspace.test (759 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:00:40.250 [INFO] !MESSAGE Pass 759 (774) processed. 6 failed. spent: 402:05, 7:23 mins remaining. VerifyWhiteSpaceCharacters. time: 31431ms [INFO] Pass 759 (774) processed. 6 failed. spent: 402:05, 7:23 mins remaining. VerifyWhiteSpaceCharacters. time: 31431ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:01:21.410 [INFO] !MESSAGE [AUT-0] Finished: VerifyWorkspace.test in 39000 (759 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:01:21.412 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCaptureTests.test (760 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:01:21.449 [INFO] !MESSAGE Pass 760 (774) processed. 6 failed. spent: 402:47, 6:52 mins remaining. VerifyWorkspace. time: 39000ms [INFO] Pass 760 (774) processed. 6 failed. spent: 402:47, 6:52 mins remaining. VerifyWorkspace. time: 39000ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:02:04.120 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCaptureTests.test in 40667 (760 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:02:04.123 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextCopyPasteTest.test (761 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:02:04.145 [INFO] !MESSAGE Pass 761 (774) processed. 6 failed. spent: 403:29, 6:20 mins remaining. WorkspaceContextCaptureTests. time: 40667ms [INFO] Pass 761 (774) processed. 6 failed. spent: 403:29, 6:20 mins remaining. WorkspaceContextCaptureTests. time: 40667ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:02:25.747 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextCopyPasteTest.test in 19882 (761 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:02:25.754 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportProjectTest.test (762 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:02:25.764 [INFO] !MESSAGE Pass 762 (774) processed. 6 failed. spent: 403:51, 5:48 mins remaining. WorkspaceContextCopyPasteTest. time: 19882ms [INFO] Pass 762 (774) processed. 6 failed. spent: 403:51, 5:48 mins remaining. WorkspaceContextCopyPasteTest. time: 19882ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:02:42.878 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportProjectTest.test in 14964 (762 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:02:42.881 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextImportTest.test (763 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:02:42.978 [INFO] !MESSAGE Pass 763 (774) processed. 6 failed. spent: 404:08, 5:16 mins remaining. WorkspaceContextImportProjectTest. time: 14964ms [INFO] Pass 763 (774) processed. 6 failed. spent: 404:08, 5:16 mins remaining. WorkspaceContextImportProjectTest. time: 14964ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:03:07.012 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextImportTest.test in 21968 (763 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:03:07.014 [INFO] !MESSAGE [AUT-0] Starting: WorkspaceContextRemoveTest.test (764 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:03:07.045 [INFO] !MESSAGE Pass 764 (774) processed. 6 failed. spent: 404:32, 4:45 mins remaining. WorkspaceContextImportTest. time: 21968ms [INFO] Pass 764 (774) processed. 6 failed. spent: 404:32, 4:45 mins remaining. WorkspaceContextImportTest. time: 21968ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:03:32.158 [INFO] !MESSAGE [AUT-0] Finished: WorkspaceContextRemoveTest.test in 22861 (764 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:03:32.160 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInGroupContext.test (765 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:03:32.166 [INFO] !MESSAGE Pass 765 (774) processed. 6 failed. spent: 404:57, 4:13 mins remaining. WorkspaceContextRemoveTest. time: 22861ms [INFO] Pass 765 (774) processed. 6 failed. spent: 404:57, 4:13 mins remaining. WorkspaceContextRemoveTest. time: 22861ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:03:51.855 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInGroupContext.test in 17396 (765 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:03:51.857 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInRelatedProject.test (766 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:03:51.882 [INFO] !MESSAGE Pass 766 (774) processed. 6 failed. spent: 405:17, 3:41 mins remaining. findReferencesToContextInGroupContext. time: 17396ms [INFO] Pass 766 (774) processed. 6 failed. spent: 405:17, 3:41 mins remaining. findReferencesToContextInGroupContext. time: 17396ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:04:14.003 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInRelatedProject.test in 20150 (766 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:04:14.005 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToContextInTests.test (767 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:04:14.056 [INFO] !MESSAGE Pass 767 (774) processed. 6 failed. spent: 405:39, 3:09 mins remaining. findReferencesToContextInRelatedProject. time: 20150ms [INFO] Pass 767 (774) processed. 6 failed. spent: 405:39, 3:09 mins remaining. findReferencesToContextInRelatedProject. time: 20150ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:04:33.660 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToContextInTests.test in 17642 (767 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:04:33.662 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestInTestSuite.test (768 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:04:33.673 [INFO] !MESSAGE Pass 768 (774) processed. 6 failed. spent: 405:59, 2:38 mins remaining. findReferencesToContextInTests. time: 17642ms [INFO] Pass 768 (774) processed. 6 failed. spent: 405:59, 2:38 mins remaining. findReferencesToContextInTests. time: 17642ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:05:04.816 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestInTestSuite.test in 28851 (768 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:05:04.819 [INFO] !MESSAGE [AUT-0] Starting: findReferencesToTestSuiteInTestSuite.test (769 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:05:04.871 [INFO] !MESSAGE Pass 769 (774) processed. 6 failed. spent: 406:30, 2:06 mins remaining. findReferencesToTestInTestSuite. time: 28851ms [INFO] Pass 769 (774) processed. 6 failed. spent: 406:30, 2:06 mins remaining. findReferencesToTestInTestSuite. time: 28851ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:05:29.521 [INFO] !MESSAGE [AUT-0] Finished: findReferencesToTestSuiteInTestSuite.test in 22352 (769 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:05:29.523 [INFO] !MESSAGE [AUT-0] Starting: folderscontext.test (770 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:05:29.592 [INFO] !MESSAGE Pass 770 (774) processed. 6 failed. spent: 406:55, 1:34 mins remaining. findReferencesToTestSuiteInTestSuite. time: 22352ms [INFO] Pass 770 (774) processed. 6 failed. spent: 406:55, 1:34 mins remaining. findReferencesToTestSuiteInTestSuite. time: 22352ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:06:01.162 [INFO] !MESSAGE [AUT-0] Finished: folderscontext.test in 29725 (770 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:06:01.165 [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-31 22:06:01.259 [INFO] !MESSAGE Pass 771 (774) processed. 6 failed. spent: 407:26, 1:03 mins remaining. FolderContextCreation. time: 29725ms [INFO] Pass 771 (774) processed. 6 failed. spent: 407:26, 1:03 mins remaining. FolderContextCreation. time: 29725ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:06:14.680 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate another editor.test in 11857 (771 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:06:14.682 [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-31 22:06:14.771 [INFO] !MESSAGE Pass 772 (774) processed. 6 failed. spent: 407:40, 0:31 mins remaining. get-editor should not activate another editor. time: 11857ms [INFO] Pass 772 (774) processed. 6 failed. spent: 407:40, 0:31 mins remaining. get-editor should not activate another editor. time: 11857ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:06:27.192 [INFO] !MESSAGE [AUT-0] Finished: get-editor should not activate editor instead of view.test in 10968 (772 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:06:27.194 [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-31 22:06:27.281 [INFO] !MESSAGE Pass 773 (774) processed. 6 failed. spent: 407:52, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 10968ms [INFO] Pass 773 (774) processed. 6 failed. spent: 407:52, 0:00 mins remaining. get-editor should not activate editor instead of view. time: 10968ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:06:38.245 [INFO] !MESSAGE [AUT-0] Finished: get-item should fail when index parameter is out of bound.test in 8741 (773 from 774) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:06:38.345 [INFO] !MESSAGE Pass 774 (774) processed. 6 failed. spent: 408:04, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 8741ms [INFO] Pass 774 (774) processed. 6 failed. spent: 408:04, 0:00 mins remaining. get-item should fail when index parameter is out of bound. time: 8741ms [INFO] Failed Tests: [INFO] CancelRemoveHistory [INFO] EnableClearWorkspaceInContext [INFO] F2RenameDebugContext [INFO] Repeated Save of Folder Context [INFO] SaveTestFromControlPanel [INFO] EnterTestDescriptionInControlPanel [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:06:38.348 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-31 22:20:39.172 [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: 07:06 h [INFO] Finished at: 2024-05-31T22:21:41Z [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@960d00c9; decorates RemoteLauncher[hudson.remoting.Channel@9e08768e:JNLP4-connect connection from 10.40.19.167/10.40.19.167:57056] 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 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 66979f7dfc3c578f638211a86e356eb9f82eaf57 # timeout=10 Commit message: "Disable deactivate-cell-edit test as it does not support calendars eclipse/org.eclipse.rcptt/#62" > 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 1.7 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 18 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 11 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 265 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 97 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 27 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 124 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 180 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' '8528' '-skipTags' 'skipLinux' [INFO] The execution timeout is set to 3600 seconds [INFO] !SESSION 2024-05-31 22:29:08.541 ----------------------------------------------- [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 8528 -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 8528 -skipTags skipLinux [INFO] [INFO] !ENTRY org.eclipse.jdt.launching.macosx 4 0 2024-05-31 22:29:15.353 [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 Fri May 31 22:29:16 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-31 22:29:32.273 [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: 1717194558644.target [INFO] !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2024-05-31 22:29:32.273 [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-31 22:29:32.273 [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-31 22:29:32.274 [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-31 22:29:32.274 [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-31 22:29:32.774 [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-31 22:29:32.784 [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.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.gef_3.11.0.201606061308.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (691.39kB of 975.92kB at 667.39kB/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/ (438B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202405290904/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202405290904/ (30.56kB) [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/ (444B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202405290904/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202405290904/ (43.36kB) [INFO] progress: Fetching org.eclipse.nebula.widgets.grid_1.1.1.202405290904.jar from https://download.eclipse.org/nebula/updates/nightly/N202405290904/plugins/ (230.07kB) [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_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.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.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.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.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.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.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.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 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 p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/ [INFO] [INFO] !ENTRY org.eclipse.equinox.p2.repository 2 0 2024-05-31 22:29:50.755 [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-31 22:29:50.758 [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-31 22:29:50.892 [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-31 22:29:50.894 [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-31 22:29:56.377 [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-31 22:29:56.442 [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-31 22:29:57.077 [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-31 22:29:57.156 [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-31 22:29:57.169 [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-31 22:29:57.170 [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-31 22:29:57.170 [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.repository 2 0 2024-05-31 22:29:57.170 [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.artifact.repository 2 0 2024-05-31 22:29:57.348 [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-31 22:29:57.449 [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-31 22:29:57.454 [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-31 22:29:57.543 [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-31 22:29:57.552 [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-31 22:29:57.552 [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-31 22:29:57.553 [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-31 22:29:57.643 [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-31 22:29:57.649 [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-31 22:29:57.649 [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-31 22:29:57.753 [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-31 22:29:57.753 [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-31 22:29:57.852 [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-31 22:29:57.858 [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-31 22:29:57.941 [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-31 22:29:57.955 [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-31 22:29:57.955 [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-31 22:29:58.059 [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-31 22:29:58.145 [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-31 22:29:58.155 [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-31 22:29:58.245 [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-31 22:29:58.250 [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-31 22:29:58.356 [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-31 22:29:58.357 [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-31 22:29:58.357 [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-31 22:29:58.541 [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-31 22:29:58.541 [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-31 22:29:58.646 [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-31 22:29:58.646 [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-31 22:29:58.647 [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-31 22:29:58.744 [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-31 22:29:58.744 [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-31 22:29:58.757 [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.artifact.repository 2 0 2024-05-31 22:29:58.856 [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-31 22:29:58.856 [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-31 22:29:58.857 [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.repository 2 0 2024-05-31 22:29:58.863 [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-31 22:29:58.945 [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-31 22:29:58.969 [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-31 22:29:58.970 [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-31 22:29:58.971 [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-31 22:29:59.041 [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-31 22:29:59.147 [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-31 22:29:59.147 [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-31 22:29:59.250 [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-31 22:29:59.250 [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-31 22:29:59.347 [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-31 22:29:59.347 [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-31 22:29:59.353 [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-31 22:29:59.448 [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-31 22:29:59.449 [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-31 22:29:59.544 [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-31 22:29:59.545 [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-31 22:29:59.548 [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-31 22:29:59.559 [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-31 22:29:59.645 [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-31 22:30:00.248 [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-31 22:30:00.257 [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-31 22:30:00.478 [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-31 22:30:00.546 [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-31 22:30:00.659 [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-31 22:30:00.667 [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-31 22:30:00.673 [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-31 22:30:00.674 [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-31 22:30:00.674 [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-31 22:30:00.674 [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-31 22:30:01.056 [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/ (438B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202405290904/ (172B) [INFO] progress: Fetching content.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202405290904/ (30.56kB) [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-31 22:30:11.769 [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-31 22:30:11.770 [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-31 22:30:11.896 [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-31 22:30:11.957 [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-31 22:30:12.056 [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-31 22:30:12.066 [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-31 22:30:12.075 [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/ (444B) [INFO] progress: Fetching p2.index from https://download.eclipse.org/nebula/updates/nightly/N202405290904/ (172B) [INFO] progress: Fetching artifacts.xml.xz from https://download.eclipse.org/nebula/updates/nightly/N202405290904/ (43.36kB) [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-31 22:30:15.156 [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-31 22:30:15.158 [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-31 22:30:15.169 [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-31 22:30:15.174 [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-31 22:30:15.253 [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-31 22:30:15.258 [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-31 22:30:15.263 [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 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.nebula.widgets.grid [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-31 22:30:23.681 [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-31 22:30:29.045 [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-31 22:30:29.058 [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-31 22:30:29.058 [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-31 22:32:31.050 [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=f29bb67d-3711-455c-aa8b-da86ef74aa8d, -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=f29bb67d-3711-455c-aa8b-da86ef74aa8d [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-31 22:32:31.357 [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-31 22:33:21.191 [INFO] !MESSAGE Activating AUT at host localhost. ECL port: 7001. Tesla port: 7002 [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:21.866 [INFO] !MESSAGE [AUT-0] Starting: ADI-10_EnsureViewInForeground.test (0 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:33.948 [INFO] !MESSAGE [AUT-0] Finished: ADI-10_EnsureViewInForeground.test in 10448 (0 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:33.953 [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-31 22:33:34.042 [INFO] !MESSAGE Pass 1 (141) processed. 0 failed. spent: 0:12, 9:16 mins remaining. ADI-10_EnsureViewInForeground. time: 10448ms [INFO] Pass 1 (141) processed. 0 failed. spent: 0:12, 9:16 mins remaining. ADI-10_EnsureViewInForeground. time: 10448ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:39.059 [INFO] !MESSAGE [AUT-0] Finished: Bug 474197_Support assertions of native message boxes.test in 3810 (1 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:39.065 [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-31 22:33:39.138 [INFO] !MESSAGE Pass 2 (141) processed. 0 failed. spent: 0:17, 9:46 mins remaining. Bug 474197_Support assertions of native message boxes. time: 3810ms [INFO] Pass 2 (141) processed. 0 failed. spent: 0:17, 9:46 mins remaining. Bug 474197_Support assertions of native message boxes. time: 3810ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:42.754 [INFO] !MESSAGE [AUT-0] Finished: Bug 474225_Press Cancel to Dismiss a Dialog.test in 2673 (2 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:42.758 [INFO] !MESSAGE [AUT-0] Starting: Button Arrow Test.test (3 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:33:42.844 [INFO] !MESSAGE Pass 3 (141) processed. 0 failed. spent: 0:20, 9:08 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 2673ms [INFO] Pass 3 (141) processed. 0 failed. spent: 0:20, 9:08 mins remaining. Bug 474225_Press Cancel to Dismiss a Dialog. time: 2673ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:47.053 [INFO] !MESSAGE [AUT-0] Finished: Button Arrow Test.test in 3378 (3 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:47.059 [INFO] !MESSAGE [AUT-0] Starting: Button Check Test.test (4 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:33:47.149 [INFO] !MESSAGE Pass 4 (141) processed. 0 failed. spent: 0:25, 9:26 mins remaining. Button Arrow Test. time: 3378ms [INFO] Pass 4 (141) processed. 0 failed. spent: 0:25, 9:26 mins remaining. Button Arrow Test. time: 3378ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:52.248 [INFO] !MESSAGE [AUT-0] Finished: Button Check Test.test in 3392 (4 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:52.252 [INFO] !MESSAGE [AUT-0] Starting: Button Flat Test.test (5 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:33:52.337 [INFO] !MESSAGE Pass 5 (141) processed. 0 failed. spent: 0:30, 9:38 mins remaining. Button Check Test. time: 3392ms [INFO] Pass 5 (141) processed. 0 failed. spent: 0:30, 9:38 mins remaining. Button Check Test. time: 3392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:56.445 [INFO] !MESSAGE [AUT-0] Finished: Button Flat Test.test in 3194 (5 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:56.449 [INFO] !MESSAGE [AUT-0] Starting: Button Push Test.test (6 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:33:56.545 [INFO] !MESSAGE Pass 6 (141) processed. 0 failed. spent: 0:34, 9:29 mins remaining. Button Flat Test. time: 3194ms [INFO] Pass 6 (141) processed. 0 failed. spent: 0:34, 9:29 mins remaining. Button Flat Test. time: 3194ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:59.586 [INFO] !MESSAGE [AUT-0] Finished: Button Push Test.test in 2697 (6 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:33:59.589 [INFO] !MESSAGE [AUT-0] Starting: Button Radio Test.test (7 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:33:59.649 [INFO] !MESSAGE Pass 7 (141) processed. 0 failed. spent: 0:37, 9:06 mins remaining. Button Push Test. time: 2697ms [INFO] Pass 7 (141) processed. 0 failed. spent: 0:37, 9:06 mins remaining. Button Push Test. time: 2697ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:04.661 [INFO] !MESSAGE [AUT-0] Finished: Button Radio Test.test in 3964 (7 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:04.664 [INFO] !MESSAGE [AUT-0] Starting: Button Toggle Test.test (8 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:04.741 [INFO] !MESSAGE Pass 8 (141) processed. 0 failed. spent: 0:42, 9:14 mins remaining. Button Radio Test. time: 3964ms [INFO] Pass 8 (141) processed. 0 failed. spent: 0:42, 9:14 mins remaining. Button Radio Test. time: 3964ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:09.302 [INFO] !MESSAGE [AUT-0] Finished: Button Toggle Test.test in 3842 (8 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:09.306 [INFO] !MESSAGE [AUT-0] Starting: Button Wrap Test.test (9 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:09.346 [INFO] !MESSAGE Pass 9 (141) processed. 0 failed. spent: 0:47, 9:19 mins remaining. Button Toggle Test. time: 3842ms [INFO] Pass 9 (141) processed. 0 failed. spent: 0:47, 9:19 mins remaining. Button Toggle Test. time: 3842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:12.460 [INFO] !MESSAGE [AUT-0] Finished: Button Wrap Test.test in 2318 (9 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:12.464 [INFO] !MESSAGE [AUT-0] Starting: Button_getData.test (10 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:12.550 [INFO] !MESSAGE Pass 10 (141) processed. 0 failed. spent: 0:50, 9:01 mins remaining. Button Wrap Test. time: 2318ms [INFO] Pass 10 (141) processed. 0 failed. spent: 0:50, 9:01 mins remaining. Button Wrap Test. time: 2318ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:15.888 [INFO] !MESSAGE [AUT-0] Finished: Button_getData.test in 2427 (10 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:15.891 [INFO] !MESSAGE [AUT-0] Starting: CComboTest.test (11 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:15.957 [INFO] !MESSAGE Pass 11 (141) processed. 0 failed. spent: 0:54, 8:55 mins remaining. Button_getData. time: 2427ms [INFO] Pass 11 (141) processed. 0 failed. spent: 0:54, 8:55 mins remaining. Button_getData. time: 2427ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:19.515 [INFO] !MESSAGE [AUT-0] Finished: CComboTest.test in 3055 (11 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:19.542 [INFO] !MESSAGE [AUT-0] Starting: Calendar Test.test (12 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:19.562 [INFO] !MESSAGE Pass 12 (141) processed. 0 failed. spent: 0:57, 8:41 mins remaining. CComboTest. time: 3055ms [INFO] Pass 12 (141) processed. 0 failed. spent: 0:57, 8:41 mins remaining. CComboTest. time: 3055ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:22.695 [INFO] !MESSAGE [AUT-0] Finished: Calendar Test.test in 2385 (12 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:22.699 [INFO] !MESSAGE [AUT-0] Starting: Canvas Base Test.test (13 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:22.766 [INFO] !MESSAGE Pass 13 (141) processed. 0 failed. spent: 1:00, 8:28 mins remaining. Calendar Test. time: 2385ms [INFO] Pass 13 (141) processed. 0 failed. spent: 1:00, 8:28 mins remaining. Calendar Test. time: 2385ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:25.471 [INFO] !MESSAGE [AUT-0] Finished: Canvas Base Test.test in 1956 (13 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:25.474 [INFO] !MESSAGE [AUT-0] Starting: Canvas_CheckScrolles.test (14 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:25.569 [INFO] !MESSAGE Pass 14 (141) processed. 0 failed. spent: 1:03, 8:16 mins remaining. Canvas Base Test. time: 1956ms [INFO] Pass 14 (141) processed. 0 failed. spent: 1:03, 8:16 mins remaining. Canvas Base Test. time: 1956ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:28.981 [INFO] !MESSAGE [AUT-0] Finished: Canvas_CheckScrolles.test in 2321 (14 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:28.995 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Table Test.test (15 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:29.052 [INFO] !MESSAGE Pass 15 (141) processed. 0 failed. spent: 1:07, 8:12 mins remaining. Canvas_CheckScrolles. time: 2321ms [INFO] Pass 15 (141) processed. 0 failed. spent: 1:07, 8:12 mins remaining. Canvas_CheckScrolles. time: 2321ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:35.170 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Table Test.test in 5461 (15 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:35.174 [INFO] !MESSAGE [AUT-0] Starting: CellEdit Tree Test.test (16 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:35.259 [INFO] !MESSAGE Pass 16 (141) processed. 0 failed. spent: 1:13, 8:22 mins remaining. CellEdit Table Test. time: 5461ms [INFO] Pass 16 (141) processed. 0 failed. spent: 1:13, 8:22 mins remaining. CellEdit Table Test. time: 5461ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:39.325 [INFO] !MESSAGE [AUT-0] Finished: CellEdit Tree Test.test in 3646 (16 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:39.330 [INFO] !MESSAGE [AUT-0] Starting: CheckCheckBoxInTableColumn.test (17 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:39.365 [INFO] !MESSAGE Pass 17 (141) processed. 0 failed. spent: 1:17, 8:18 mins remaining. CellEdit Tree Test. time: 3646ms [INFO] Pass 17 (141) processed. 0 failed. spent: 1:17, 8:18 mins remaining. CellEdit Tree Test. time: 3646ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:44.398 [INFO] !MESSAGE [AUT-0] Finished: CheckCheckBoxInTableColumn.test in 3501 (17 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:44.402 [INFO] !MESSAGE [AUT-0] Starting: CheckExpandableSection.test (18 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:44.409 [INFO] !MESSAGE Pass 18 (141) processed. 0 failed. spent: 1:22, 8:20 mins remaining. CheckCheckBoxInTableColumn. time: 3501ms [INFO] Pass 18 (141) processed. 0 failed. spent: 1:22, 8:20 mins remaining. CheckCheckBoxInTableColumn. time: 3501ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:47.555 [INFO] !MESSAGE [AUT-0] Finished: CheckExpandableSection.test in 2642 (18 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:47.558 [INFO] !MESSAGE [AUT-0] Starting: CheckNoNamedSection.test (19 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:47.612 [INFO] !MESSAGE Pass 19 (141) processed. 0 failed. spent: 1:25, 8:09 mins remaining. CheckExpandableSection. time: 2642ms [INFO] Pass 19 (141) processed. 0 failed. spent: 1:25, 8:09 mins remaining. CheckExpandableSection. time: 2642ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:50.185 [INFO] !MESSAGE [AUT-0] Finished: CheckNoNamedSection.test in 2190 (19 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:50.188 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedButtonsInsideSection.test (20 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:50.243 [INFO] !MESSAGE Pass 20 (141) processed. 0 failed. spent: 1:28, 8:00 mins remaining. CheckNoNamedSection. time: 2190ms [INFO] Pass 20 (141) processed. 0 failed. spent: 1:28, 8:00 mins remaining. CheckNoNamedSection. time: 2190ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:53.319 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedButtonsInsideSection.test in 2075 (20 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:53.323 [INFO] !MESSAGE [AUT-0] Starting: CheckSameNamedSections.test (21 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:53.346 [INFO] !MESSAGE Pass 21 (141) processed. 0 failed. spent: 1:31, 7:50 mins remaining. CheckSameNamedButtonsInsideSection. time: 2075ms [INFO] Pass 21 (141) processed. 0 failed. spent: 1:31, 7:50 mins remaining. CheckSameNamedButtonsInsideSection. time: 2075ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:57.594 [INFO] !MESSAGE [AUT-0] Finished: CheckSameNamedSections.test in 3151 (21 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:34:57.597 [INFO] !MESSAGE [AUT-0] Starting: ClickOnDuplicateLink.test (22 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:34:57.689 [INFO] !MESSAGE Pass 22 (141) processed. 0 failed. spent: 1:35, 7:47 mins remaining. CheckSameNamedSections. time: 3151ms [INFO] Pass 22 (141) processed. 0 failed. spent: 1:35, 7:47 mins remaining. CheckSameNamedSections. time: 3151ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:01.226 [INFO] !MESSAGE [AUT-0] Finished: ClickOnDuplicateLink.test in 2886 (22 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:01.229 [INFO] !MESSAGE [AUT-0] Starting: ClickOnHyperLink.test (23 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:01.242 [INFO] !MESSAGE Pass 23 (141) processed. 0 failed. spent: 1:39, 7:43 mins remaining. ClickOnDuplicateLink. time: 2886ms [INFO] Pass 23 (141) processed. 0 failed. spent: 1:39, 7:43 mins remaining. ClickOnDuplicateLink. time: 2886ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:04.355 [INFO] !MESSAGE [AUT-0] Finished: ClickOnHyperLink.test in 2288 (23 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:04.359 [INFO] !MESSAGE [AUT-0] Starting: ClickOnImageLink.test (24 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:04.447 [INFO] !MESSAGE Pass 24 (141) processed. 0 failed. spent: 1:42, 7:35 mins remaining. ClickOnHyperLink. time: 2288ms [INFO] Pass 24 (141) processed. 0 failed. spent: 1:42, 7:35 mins remaining. ClickOnHyperLink. time: 2288ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:07.507 [INFO] !MESSAGE [AUT-0] Finished: ClickOnImageLink.test in 2274 (24 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:07.512 [INFO] !MESSAGE [AUT-0] Starting: ClickOnLinkWithSymbols.test (25 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:07.551 [INFO] !MESSAGE Pass 25 (141) processed. 0 failed. spent: 1:45, 7:27 mins remaining. ClickOnImageLink. time: 2274ms [INFO] Pass 25 (141) processed. 0 failed. spent: 1:45, 7:27 mins remaining. ClickOnImageLink. time: 2274ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:11.440 [INFO] !MESSAGE [AUT-0] Finished: ClickOnLinkWithSymbols.test in 2863 (25 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:11.444 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnCTabFolder.test (26 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:11.516 [INFO] !MESSAGE Pass 26 (141) processed. 0 failed. spent: 1:49, 7:23 mins remaining. ClickOnLinkWithSymbols. time: 2863ms [INFO] Pass 26 (141) processed. 0 failed. spent: 1:49, 7:23 mins remaining. ClickOnLinkWithSymbols. time: 2863ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:16.592 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnCTabFolder.test in 4441 (26 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:16.597 [INFO] !MESSAGE [AUT-0] Starting: ClickingOnTabFolder.test (27 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:16.643 [INFO] !MESSAGE Pass 27 (141) processed. 0 failed. spent: 1:54, 7:24 mins remaining. ClickingOnCTabFolder. time: 4441ms [INFO] Pass 27 (141) processed. 0 failed. spent: 1:54, 7:24 mins remaining. ClickingOnCTabFolder. time: 4441ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:19.731 [INFO] !MESSAGE [AUT-0] Finished: ClickingOnTabFolder.test in 2359 (27 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:19.741 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SelectionFromReadOnly.test (28 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:19.747 [INFO] !MESSAGE Pass 28 (141) processed. 0 failed. spent: 1:57, 7:16 mins remaining. ClickingOnTabFolder. time: 2359ms [INFO] Pass 28 (141) processed. 0 failed. spent: 1:57, 7:16 mins remaining. ClickingOnTabFolder. time: 2359ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:23.383 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SelectionFromReadOnly.test in 3041 (28 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:23.387 [INFO] !MESSAGE [AUT-0] Starting: ComboViewer_SetInCombo.test (29 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:23.478 [INFO] !MESSAGE Pass 29 (141) processed. 0 failed. spent: 2:01, 7:13 mins remaining. ComboViewer_SelectionFromReadOnly. time: 3041ms [INFO] Pass 29 (141) processed. 0 failed. spent: 2:01, 7:13 mins remaining. ComboViewer_SelectionFromReadOnly. time: 3041ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:26.549 [INFO] !MESSAGE [AUT-0] Finished: ComboViewer_SetInCombo.test in 2764 (29 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:26.553 [INFO] !MESSAGE [AUT-0] Starting: Custom EditPart Identification.test (30 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:26.582 [INFO] !MESSAGE Pass 30 (141) processed. 0 failed. spent: 2:04, 7:06 mins remaining. ComboViewer_SetInCombo. time: 2764ms [INFO] Pass 30 (141) processed. 0 failed. spent: 2:04, 7:06 mins remaining. ComboViewer_SetInCombo. time: 2764ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:30.195 [INFO] !MESSAGE [AUT-0] Finished: Custom EditPart Identification.test in 2893 (30 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:30.199 [INFO] !MESSAGE [AUT-0] Starting: Date Test.test (31 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:30.242 [INFO] !MESSAGE Pass 31 (141) processed. 0 failed. spent: 2:08, 7:02 mins remaining. Custom EditPart Identification. time: 2893ms [INFO] Pass 31 (141) processed. 0 failed. spent: 2:08, 7:02 mins remaining. Custom EditPart Identification. time: 2893ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:34.248 [INFO] !MESSAGE [AUT-0] Finished: Date Test.test in 2841 (31 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:34.251 [INFO] !MESSAGE [AUT-0] Starting: DiagramItem Image Detection.test (32 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:34.277 [INFO] !MESSAGE Pass 32 (141) processed. 0 failed. spent: 2:12, 6:59 mins remaining. Date Test. time: 2841ms [INFO] Pass 32 (141) processed. 0 failed. spent: 2:12, 6:59 mins remaining. Date Test. time: 2841ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:36.868 [INFO] !MESSAGE [AUT-0] Finished: DiagramItem Image Detection.test in 1987 (32 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:36.870 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorEdits.test (33 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:36.880 [INFO] !MESSAGE Pass 33 (141) processed. 0 failed. spent: 2:15, 6:52 mins remaining. DiagramItem Image Detection. time: 1987ms [INFO] Pass 33 (141) processed. 0 failed. spent: 2:15, 6:52 mins remaining. DiagramItem Image Detection. time: 1987ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:42.500 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorEdits.test in 5165 (33 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:42.503 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_Activate.test (34 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:42.586 [INFO] !MESSAGE Pass 34 (141) processed. 0 failed. spent: 2:20, 6:52 mins remaining. DialogCellEditorEdits. time: 5165ms [INFO] Pass 34 (141) processed. 0 failed. spent: 2:20, 6:52 mins remaining. DialogCellEditorEdits. time: 5165ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:47.666 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_Activate.test in 4422 (34 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:47.670 [INFO] !MESSAGE [AUT-0] Starting: DialogCellEditorML_NoActivate.test (35 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:47.745 [INFO] !MESSAGE Pass 35 (141) processed. 0 failed. spent: 2:25, 6:51 mins remaining. DialogCellEditorML_Activate. time: 4422ms [INFO] Pass 35 (141) processed. 0 failed. spent: 2:25, 6:51 mins remaining. DialogCellEditorML_Activate. time: 4422ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:52.814 [INFO] !MESSAGE [AUT-0] Finished: DialogCellEditorML_NoActivate.test in 3760 (35 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:52.817 [INFO] !MESSAGE [AUT-0] Starting: DragAndDrop.test (36 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:35:52.879 [INFO] !MESSAGE Pass 36 (141) processed. 0 failed. spent: 2:31, 6:53 mins remaining. DialogCellEditorML_NoActivate. time: 3760ms [INFO] Pass 36 (141) processed. 0 failed. spent: 2:31, 6:53 mins remaining. DialogCellEditorML_NoActivate. time: 3760ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:59.989 [INFO] !MESSAGE [AUT-0] Finished: DragAndDrop.test in 6258 (36 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:35:59.992 [INFO] !MESSAGE [AUT-0] Starting: Encrypted password.test (37 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:00.087 [INFO] !MESSAGE Pass 37 (141) processed. 0 failed. spent: 2:38, 6:57 mins remaining. DragAndDrop. time: 6258ms [INFO] Pass 37 (141) processed. 0 failed. spent: 2:38, 6:57 mins remaining. DragAndDrop. time: 6258ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:03.645 [INFO] !MESSAGE [AUT-0] Finished: Encrypted password.test in 2642 (37 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:03.648 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemImage.test (38 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:03.742 [INFO] !MESSAGE Pass 38 (141) processed. 0 failed. spent: 2:41, 6:50 mins remaining. Encrypted password. time: 2642ms [INFO] Pass 38 (141) processed. 0 failed. spent: 2:41, 6:50 mins remaining. Encrypted password. time: 2642ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:07.221 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemImage.test in 2275 (38 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:07.224 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_AssertItemIndex.test (39 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:07.303 [INFO] !MESSAGE Pass 39 (141) processed. 0 failed. spent: 2:45, 6:46 mins remaining. ExpandBar_AssertItemImage. time: 2275ms [INFO] Pass 39 (141) processed. 0 failed. spent: 2:45, 6:46 mins remaining. ExpandBar_AssertItemImage. time: 2275ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:09.853 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_AssertItemIndex.test in 2242 (39 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:09.856 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_EditText.test (40 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:09.943 [INFO] !MESSAGE Pass 40 (141) processed. 0 failed. spent: 2:48, 6:40 mins remaining. ExpandBar_AssertItemIndex. time: 2242ms [INFO] Pass 40 (141) processed. 0 failed. spent: 2:48, 6:40 mins remaining. ExpandBar_AssertItemIndex. time: 2242ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:13.475 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_EditText.test in 2793 (40 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:13.486 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ExpandCollapseTest.test (41 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:13.547 [INFO] !MESSAGE Pass 41 (141) processed. 0 failed. spent: 2:51, 6:33 mins remaining. ExpandBar_EditText. time: 2793ms [INFO] Pass 41 (141) processed. 0 failed. spent: 2:51, 6:33 mins remaining. ExpandBar_EditText. time: 2793ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:17.502 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ExpandCollapseTest.test in 2773 (41 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:17.505 [INFO] !MESSAGE [AUT-0] Starting: ExpandBar_ItemButtons.test (42 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:17.541 [INFO] !MESSAGE Pass 42 (141) processed. 0 failed. spent: 2:55, 6:29 mins remaining. ExpandBar_ExpandCollapseTest. time: 2773ms [INFO] Pass 42 (141) processed. 0 failed. spent: 2:55, 6:29 mins remaining. ExpandBar_ExpandCollapseTest. time: 2773ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:20.745 [INFO] !MESSAGE [AUT-0] Finished: ExpandBar_ItemButtons.test in 2483 (42 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:20.748 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_BaseTest.test (43 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:20.844 [INFO] !MESSAGE Pass 43 (141) processed. 0 failed. spent: 2:58, 6:23 mins remaining. ExpandBar_ItemButtons. time: 2483ms [INFO] Pass 43 (141) processed. 0 failed. spent: 2:58, 6:23 mins remaining. ExpandBar_ItemButtons. time: 2483ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:23.868 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_BaseTest.test in 2416 (43 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:23.871 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNestedComposites.test (44 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:23.948 [INFO] !MESSAGE Pass 44 (141) processed. 0 failed. spent: 3:02, 6:19 mins remaining. ExpandableComposite_BaseTest. time: 2416ms [INFO] Pass 44 (141) processed. 0 failed. spent: 3:02, 6:19 mins remaining. ExpandableComposite_BaseTest. time: 2416ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:27.515 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNestedComposites.test in 2658 (44 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:27.518 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_CheckNoNamedComposite.test (45 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:27.552 [INFO] !MESSAGE Pass 45 (141) processed. 0 failed. spent: 3:05, 6:13 mins remaining. ExpandableComposite_CheckNestedComposites. time: 2658ms [INFO] Pass 45 (141) processed. 0 failed. spent: 3:05, 6:13 mins remaining. ExpandableComposite_CheckNestedComposites. time: 2658ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:30.695 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_CheckNoNamedComposite.test in 2132 (45 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:30.698 [INFO] !MESSAGE [AUT-0] Starting: ExpandableComposite_ExpandTest.test (46 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:30.788 [INFO] !MESSAGE Pass 46 (141) processed. 0 failed. spent: 3:08, 6:08 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 2132ms [INFO] Pass 46 (141) processed. 0 failed. spent: 3:08, 6:08 mins remaining. ExpandableComposite_CheckNoNamedComposite. time: 2132ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:33.859 [INFO] !MESSAGE [AUT-0] Finished: ExpandableComposite_ExpandTest.test in 2590 (46 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:33.861 [INFO] !MESSAGE [AUT-0] Starting: Get 2 Nebula Grid.test (47 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:33.892 [INFO] !MESSAGE Pass 47 (141) processed. 0 failed. spent: 3:12, 6:04 mins remaining. ExpandableComposite_ExpandTest. time: 2590ms [INFO] Pass 47 (141) processed. 0 failed. spent: 3:12, 6:04 mins remaining. ExpandableComposite_ExpandTest. time: 2590ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:35.444 [INFO] !MESSAGE [AUT-0] Finished: Get 2 Nebula Grid.test in 879 (47 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:35.447 [INFO] !MESSAGE [AUT-0] Starting: Get Nebula Grid.test (48 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:35.494 [INFO] !MESSAGE Pass 48 (141) processed. 0 failed. spent: 3:13, 5:55 mins remaining. Get 2 Nebula Grid. time: 879ms [INFO] Pass 48 (141) processed. 0 failed. spent: 3:13, 5:55 mins remaining. Get 2 Nebula Grid. time: 879ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:38.568 [INFO] !MESSAGE [AUT-0] Finished: Get Nebula Grid.test in 2372 (48 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:38.921 [INFO] !MESSAGE [AUT-0] Starting: Group Test.test (49 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:38.942 [INFO] !MESSAGE Pass 49 (141) processed. 0 failed. spent: 3:17, 6:02 mins remaining. Get Nebula Grid. time: 2372ms [INFO] Pass 49 (141) processed. 0 failed. spent: 3:17, 6:02 mins remaining. Get Nebula Grid. time: 2372ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:42.557 [INFO] !MESSAGE [AUT-0] Finished: Group Test.test in 3085 (49 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:42.560 [INFO] !MESSAGE [AUT-0] Starting: Label Test.test (50 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:42.646 [INFO] !MESSAGE Pass 50 (141) processed. 0 failed. spent: 3:20, 5:46 mins remaining. Group Test. time: 3085ms [INFO] Pass 50 (141) processed. 0 failed. spent: 3:20, 5:46 mins remaining. Group Test. time: 3085ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:45.694 [INFO] !MESSAGE [AUT-0] Finished: Label Test.test in 2569 (50 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:45.697 [INFO] !MESSAGE [AUT-0] Starting: Left click context menu.test (51 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:45.750 [INFO] !MESSAGE Pass 51 (141) processed. 0 failed. spent: 3:23, 5:40 mins remaining. Label Test. time: 2569ms [INFO] Pass 51 (141) processed. 0 failed. spent: 3:23, 5:40 mins remaining. Label Test. time: 2569ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:46.795 [INFO] !MESSAGE [AUT-0] Finished: Left click context menu.test in 808 (51 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:46.798 [INFO] !MESSAGE [AUT-0] Starting: Link Test.test (52 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:46.852 [INFO] !MESSAGE Pass 52 (141) processed. 0 failed. spent: 3:24, 5:32 mins remaining. Left click context menu. time: 808ms [INFO] Pass 52 (141) processed. 0 failed. spent: 3:24, 5:32 mins remaining. Left click context menu. time: 808ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:50.269 [INFO] !MESSAGE [AUT-0] Finished: Link Test.test in 2449 (52 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:50.273 [INFO] !MESSAGE [AUT-0] Starting: ListEventsTest.test (53 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:50.329 [INFO] !MESSAGE Pass 53 (141) processed. 0 failed. spent: 3:28, 5:29 mins remaining. Link Test. time: 2449ms [INFO] Pass 53 (141) processed. 0 failed. spent: 3:28, 5:29 mins remaining. Link Test. time: 2449ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:52.895 [INFO] !MESSAGE [AUT-0] Finished: ListEventsTest.test in 2033 (53 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:52.898 [INFO] !MESSAGE [AUT-0] Starting: ListViewerEventsTest.test (54 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:52.943 [INFO] !MESSAGE Pass 54 (141) processed. 0 failed. spent: 3:31, 5:24 mins remaining. ListEventsTest. time: 2033ms [INFO] Pass 54 (141) processed. 0 failed. spent: 3:31, 5:24 mins remaining. ListEventsTest. time: 2033ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:55.546 [INFO] !MESSAGE [AUT-0] Finished: ListViewerEventsTest.test in 2229 (54 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:55.546 [INFO] !MESSAGE Pass 55 (141) processed. 0 failed. spent: 3:33, 5:27 mins remaining. ListViewerEventsTest. time: 2229ms [INFO] Pass 55 (141) processed. 0 failed. spent: 3:33, 5:27 mins remaining. ListViewerEventsTest. time: 2229ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:55.549 [INFO] !MESSAGE [AUT-0] Starting: ListViewerSelectionTest.test (55 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:58.174 [INFO] !MESSAGE [AUT-0] Finished: ListViewerSelectionTest.test in 2220 (55 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:36:58.177 [INFO] !MESSAGE [AUT-0] Starting: MenuBar Test.test (56 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:36:58.250 [INFO] !MESSAGE Pass 56 (141) processed. 0 failed. spent: 3:36, 5:12 mins remaining. ListViewerSelectionTest. time: 2220ms [INFO] Pass 56 (141) processed. 0 failed. spent: 3:36, 5:12 mins remaining. ListViewerSelectionTest. time: 2220ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:03.388 [INFO] !MESSAGE [AUT-0] Finished: MenuBar Test.test in 3686 (56 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:03.391 [INFO] !MESSAGE [AUT-0] Starting: MovingInSlider.test (57 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:37:03.483 [INFO] !MESSAGE Pass 57 (141) processed. 0 failed. spent: 3:41, 5:10 mins remaining. MenuBar Test. time: 3686ms [INFO] Pass 57 (141) processed. 0 failed. spent: 3:41, 5:10 mins remaining. MenuBar Test. time: 3686ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:06.010 [INFO] !MESSAGE [AUT-0] Finished: MovingInSlider.test in 2047 (57 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:06.012 [INFO] !MESSAGE [AUT-0] Starting: Multi List Test.test (58 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:37:06.086 [INFO] !MESSAGE Pass 58 (141) processed. 0 failed. spent: 3:44, 5:06 mins remaining. MovingInSlider. time: 2047ms [INFO] Pass 58 (141) processed. 0 failed. spent: 3:44, 5:06 mins remaining. MovingInSlider. time: 2047ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:09.131 [INFO] !MESSAGE [AUT-0] Finished: Multi List Test.test in 2703 (58 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:09.133 [INFO] !MESSAGE [AUT-0] Starting: Multiline Text Test.test (59 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:37:09.190 [INFO] !MESSAGE Pass 59 (141) processed. 0 failed. spent: 3:47, 5:01 mins remaining. Multi List Test. time: 2703ms [INFO] Pass 59 (141) processed. 0 failed. spent: 3:47, 5:01 mins remaining. Multi List Test. time: 2703ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:13.110 [INFO] !MESSAGE [AUT-0] Finished: Multiline Text Test.test in 3219 (59 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:13.113 [INFO] !MESSAGE [AUT-0] Starting: NestedDialogs.test (60 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:37:13.123 [INFO] !MESSAGE Pass 60 (141) processed. 0 failed. spent: 3:51, 4:58 mins remaining. Multiline Text Test. time: 3219ms [INFO] Pass 60 (141) processed. 0 failed. spent: 3:51, 4:58 mins remaining. Multiline Text Test. time: 3219ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:33.273 [INFO] !MESSAGE [AUT-0] Finished: NestedDialogs.test in 19432 (60 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:33.276 [INFO] !MESSAGE [AUT-0] Starting: NestedSectionsTest.test (61 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:37:33.359 [INFO] !MESSAGE Pass 61 (141) processed. 0 failed. spent: 4:11, 5:14 mins remaining. NestedDialogs. time: 19432ms [INFO] Pass 61 (141) processed. 0 failed. spent: 4:11, 5:14 mins remaining. NestedDialogs. time: 19432ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:36.908 [INFO] !MESSAGE [AUT-0] Finished: NestedSectionsTest.test in 2966 (61 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:36.910 [INFO] !MESSAGE [AUT-0] Starting: Non-Unique Items Test.test (62 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:37:36.963 [INFO] !MESSAGE Pass 62 (141) processed. 0 failed. spent: 4:15, 5:10 mins remaining. NestedSectionsTest. time: 2966ms [INFO] Pass 62 (141) processed. 0 failed. spent: 4:15, 5:10 mins remaining. NestedSectionsTest. time: 2966ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:38.066 [INFO] !MESSAGE [AUT-0] Finished: Non-Unique Items Test.test in 703 (62 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:38.069 [INFO] !MESSAGE [AUT-0] Starting: PopUp Menu Test.test (63 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:37:38.165 [INFO] !MESSAGE Pass 63 (141) processed. 0 failed. spent: 4:16, 5:03 mins remaining. Non-Unique Items Test. time: 703ms [INFO] Pass 63 (141) processed. 0 failed. spent: 4:16, 5:03 mins remaining. Non-Unique Items Test. time: 703ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:42.685 [INFO] !MESSAGE [AUT-0] Finished: PopUp Menu Test.test in 2841 (63 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:42.688 [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-31 22:37:42.752 [INFO] !MESSAGE Pass 64 (141) processed. 0 failed. spent: 4:20, 4:59 mins remaining. PopUp Menu Test. time: 2841ms [INFO] Pass 64 (141) processed. 0 failed. spent: 4:20, 4:59 mins remaining. PopUp Menu Test. time: 2841ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:45.348 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to Dismiss Color Dialog.test in 1851 (64 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:45.351 [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-31 22:37:45.356 [INFO] !MESSAGE Pass 65 (141) processed. 0 failed. spent: 4:23, 4:54 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1851ms [INFO] Pass 65 (141) processed. 0 failed. spent: 4:23, 4:54 mins remaining. Press Cancel to Dismiss Color Dialog. time: 1851ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:48.472 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss Directory Dialog.test in 2295 (65 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:48.475 [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-31 22:37:48.560 [INFO] !MESSAGE Pass 66 (141) processed. 0 failed. spent: 4:26, 4:49 mins remaining. Press Cancel to dismiss Directory Dialog. time: 2295ms [INFO] Pass 66 (141) processed. 0 failed. spent: 4:26, 4:49 mins remaining. Press Cancel to dismiss Directory Dialog. time: 2295ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:51.412 [INFO] !MESSAGE [AUT-0] Finished: Press Cancel to dismiss MessageBox.test in 1909 (66 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:51.415 [INFO] !MESSAGE [AUT-0] Starting: PressOnSimpleMessageBox.test (67 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:37:51.445 [INFO] !MESSAGE Pass 67 (141) processed. 0 failed. spent: 4:29, 4:44 mins remaining. Press Cancel to dismiss MessageBox. time: 1909ms [INFO] Pass 67 (141) processed. 0 failed. spent: 4:29, 4:44 mins remaining. Press Cancel to dismiss MessageBox. time: 1909ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:55.571 [INFO] !MESSAGE [AUT-0] Finished: PressOnSimpleMessageBox.test in 3301 (67 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:55.574 [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-31 22:37:55.650 [INFO] !MESSAGE Pass 68 (141) processed. 0 failed. spent: 4:33, 4:40 mins remaining. PressOnSimpleMessageBox. time: 3301ms [INFO] Pass 68 (141) processed. 0 failed. spent: 4:33, 4:40 mins remaining. PressOnSimpleMessageBox. time: 3301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:59.950 [INFO] !MESSAGE [AUT-0] Finished: QS-2531_Q7 should support checkbox tables and record correct select commands_.test in 3462 (68 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:37:59.953 [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-31 22:37:59.954 [INFO] !MESSAGE Pass 69 (141) processed. 0 failed. spent: 4:38, 4:38 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 3462ms [INFO] Pass 69 (141) processed. 0 failed. spent: 4:38, 4:38 mins remaining. QS-2531_Q7 should support checkbox tables and record correct select commands.. time: 3462ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:38:09.523 [INFO] !MESSAGE [AUT-0] Finished: QS-2639_Include image resource path into element properties.test in 8066 (69 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:38:09.527 [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-31 22:38:09.596 [INFO] !MESSAGE Pass 70 (141) processed. 0 failed. spent: 4:47, 4:39 mins remaining. QS-2639_Include image resource path into element properties. time: 8066ms [INFO] Pass 70 (141) processed. 0 failed. spent: 4:47, 4:39 mins remaining. QS-2639_Include image resource path into element properties. time: 8066ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:38:13.150 [INFO] !MESSAGE [AUT-0] Finished: QS-2663_Assertion window adds wrong assertions.test in 2741 (70 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:38:13.153 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_CheckProcedureWithInput.test (71 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:38:13.201 [INFO] !MESSAGE Pass 71 (141) processed. 0 failed. spent: 4:51, 4:35 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 2741ms [INFO] Pass 71 (141) processed. 0 failed. spent: 4:51, 4:35 mins remaining. QS-2663_Assertion window adds wrong assertions. time: 2741ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:38:46.946 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_CheckProcedureWithInput.test in 32128 (71 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:38:46.949 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTest.test (72 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:38:46.963 [INFO] !MESSAGE Pass 72 (141) processed. 0 failed. spent: 5:25, 4:58 mins remaining. QS-2852_CheckProcedureWithInput. time: 32128ms [INFO] Pass 72 (141) processed. 0 failed. spent: 5:25, 4:58 mins remaining. QS-2852_CheckProcedureWithInput. time: 32128ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:05.169 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTest.test in 16915 (72 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:05.173 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_ComplexTestNoParameter.test (73 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:39:05.250 [INFO] !MESSAGE Pass 73 (141) processed. 0 failed. spent: 5:43, 5:06 mins remaining. QS-2852_ComplexTest. time: 16915ms [INFO] Pass 73 (141) processed. 0 failed. spent: 5:43, 5:06 mins remaining. QS-2852_ComplexTest. time: 16915ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:30.501 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_ComplexTestNoParameter.test in 23781 (73 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:30.504 [INFO] !MESSAGE [AUT-0] Starting: QS-2852_VerifyVariableFromParameterContext.test (74 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:39:30.572 [INFO] !MESSAGE Pass 74 (141) processed. 0 failed. spent: 6:08, 5:19 mins remaining. QS-2852_ComplexTestNoParameter. time: 23781ms [INFO] Pass 74 (141) processed. 0 failed. spent: 6:08, 5:19 mins remaining. QS-2852_ComplexTestNoParameter. time: 23781ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:52.274 [INFO] !MESSAGE [AUT-0] Finished: QS-2852_VerifyVariableFromParameterContext.test in 20563 (74 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:52.277 [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-31 22:39:52.347 [INFO] !MESSAGE Pass 75 (141) processed. 0 failed. spent: 6:30, 5:29 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 20563ms [INFO] Pass 75 (141) processed. 0 failed. spent: 6:30, 5:29 mins remaining. QS-2852_VerifyVariableFromParameterContext. time: 20563ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:56.268 [INFO] !MESSAGE [AUT-0] Finished: QS-2898_Broken_equals_verify-true_compatibility for raw values.test in 3092 (75 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:56.271 [INFO] !MESSAGE [AUT-0] Starting: QS-3160.test (76 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:39:56.320 [INFO] !MESSAGE Pass 76 (141) processed. 0 failed. spent: 6:34, 5:23 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 3092ms [INFO] Pass 76 (141) processed. 0 failed. spent: 6:34, 5:23 mins remaining. QS-2898_Broken_equals_verify-true_compatibility for raw values. time: 3092ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:59.452 [INFO] !MESSAGE [AUT-0] Finished: QS-3160.test in 2215 (76 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:39:59.454 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_SimpleControlParts.test (77 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:39:59.544 [INFO] !MESSAGE Pass 77 (141) processed. 0 failed. spent: 6:37, 5:16 mins remaining. QS-3160. time: 2215ms [INFO] Pass 77 (141) processed. 0 failed. spent: 6:37, 5:16 mins remaining. QS-3160. time: 2215ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:03.123 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_SimpleControlParts.test in 2583 (77 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:03.127 [INFO] !MESSAGE [AUT-0] Starting: QS_1962_TableDemoPart.test (78 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:03.148 [INFO] !MESSAGE Pass 78 (141) processed. 0 failed. spent: 6:41, 5:10 mins remaining. QS_1962_SimpleControlParts. time: 2583ms [INFO] Pass 78 (141) processed. 0 failed. spent: 6:41, 5:10 mins remaining. QS_1962_SimpleControlParts. time: 2583ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:06.670 [INFO] !MESSAGE [AUT-0] Finished: QS_1962_TableDemoPart.test in 2687 (78 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:06.673 [INFO] !MESSAGE [AUT-0] Starting: QS_2167_SelectDateFromPopUpWindow.test (79 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:06.736 [INFO] !MESSAGE Pass 79 (141) processed. 0 failed. spent: 6:44, 5:04 mins remaining. QS_1962_TableDemoPart. time: 2687ms [INFO] Pass 79 (141) processed. 0 failed. spent: 6:44, 5:04 mins remaining. QS_1962_TableDemoPart. time: 2687ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:10.819 [INFO] !MESSAGE [AUT-0] Finished: QS_2167_SelectDateFromPopUpWindow.test in 3541 (79 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:10.822 [INFO] !MESSAGE [AUT-0] Starting: QS_2286_EditTreeAfterErrors.test (80 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:10.841 [INFO] !MESSAGE Pass 80 (141) processed. 0 failed. spent: 6:48, 4:58 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 3541ms [INFO] Pass 80 (141) processed. 0 failed. spent: 6:48, 4:58 mins remaining. QS_2167_SelectDateFromPopUpWindow. time: 3541ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:13.456 [INFO] !MESSAGE [AUT-0] Finished: QS_2286_EditTreeAfterErrors.test in 2054 (80 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:13.459 [INFO] !MESSAGE [AUT-0] Starting: QS_2309_CheckboxTree.test (81 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:13.544 [INFO] !MESSAGE Pass 81 (141) processed. 0 failed. spent: 6:51, 4:52 mins remaining. QS_2286_EditTreeAfterErrors. time: 2054ms [INFO] Pass 81 (141) processed. 0 failed. spent: 6:51, 4:52 mins remaining. QS_2286_EditTreeAfterErrors. time: 2054ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:18.416 [INFO] !MESSAGE [AUT-0] Finished: QS_2309_CheckboxTree.test in 3560 (81 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:18.419 [INFO] !MESSAGE [AUT-0] Starting: QS_2373_ContextMenu.test (82 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:18.457 [INFO] !MESSAGE Pass 82 (141) processed. 0 failed. spent: 6:56, 4:47 mins remaining. QS_2309_CheckboxTree. time: 3560ms [INFO] Pass 82 (141) processed. 0 failed. spent: 6:56, 4:47 mins remaining. QS_2309_CheckboxTree. time: 3560ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:22.076 [INFO] !MESSAGE [AUT-0] Finished: QS_2373_ContextMenu.test in 2779 (82 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:22.079 [INFO] !MESSAGE [AUT-0] Starting: QS_2404_TextWithKeyUpKeyDown.test (83 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:22.161 [INFO] !MESSAGE Pass 83 (141) processed. 0 failed. spent: 7:00, 4:41 mins remaining. QS_2373_ContextMenu. time: 2779ms [INFO] Pass 83 (141) processed. 0 failed. spent: 7:00, 4:41 mins remaining. QS_2373_ContextMenu. time: 2779ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:25.209 [INFO] !MESSAGE [AUT-0] Finished: QS_2404_TextWithKeyUpKeyDown.test in 2346 (83 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:25.211 [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-31 22:40:25.265 [INFO] !MESSAGE Pass 84 (141) processed. 0 failed. spent: 7:03, 4:35 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 2346ms [INFO] Pass 84 (141) processed. 0 failed. spent: 7:03, 4:35 mins remaining. QS_2404_TextWithKeyUpKeyDown. time: 2346ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:31.585 [INFO] !MESSAGE [AUT-0] Finished: QS_2507_Mouse Command Is Unable To Work With_invisible_Cells.test in 5090 (84 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:31.590 [INFO] !MESSAGE [AUT-0] Starting: QS_2508_CheckedStateColumn.test (85 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:31.652 [INFO] !MESSAGE Pass 85 (141) processed. 0 failed. spent: 7:09, 4:31 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 5090ms [INFO] Pass 85 (141) processed. 0 failed. spent: 7:09, 4:31 mins remaining. QS_2507_Mouse Command Is Unable To Work With_invisible_Cells. time: 5090ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:36.301 [INFO] !MESSAGE [AUT-0] Finished: QS_2508_CheckedStateColumn.test in 3878 (85 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:36.304 [INFO] !MESSAGE [AUT-0] Starting: QS_2614_CreateCombo.test (86 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:36.357 [INFO] !MESSAGE Pass 86 (141) processed. 0 failed. spent: 7:14, 4:26 mins remaining. QS_2508_CheckedStateColumn. time: 3878ms [INFO] Pass 86 (141) processed. 0 failed. spent: 7:14, 4:26 mins remaining. QS_2508_CheckedStateColumn. time: 3878ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:38.937 [INFO] !MESSAGE [AUT-0] Finished: QS_2614_CreateCombo.test in 1842 (86 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:38.940 [INFO] !MESSAGE [AUT-0] Starting: QS_2986_ProgressMonitorDialog.test (87 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:38.960 [INFO] !MESSAGE Pass 87 (141) processed. 0 failed. spent: 7:17, 4:20 mins remaining. QS_2614_CreateCombo. time: 1842ms [INFO] Pass 87 (141) processed. 0 failed. spent: 7:17, 4:20 mins remaining. QS_2614_CreateCombo. time: 1842ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:47.069 [INFO] !MESSAGE [AUT-0] Finished: QS_2986_ProgressMonitorDialog.test in 7408 (87 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:47.072 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-304_RadioButtonInvokeTwice.test (88 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:47.145 [INFO] !MESSAGE Pass 88 (141) processed. 0 failed. spent: 7:25, 4:17 mins remaining. QS_2986_ProgressMonitorDialog. time: 7408ms [INFO] Pass 88 (141) processed. 0 failed. spent: 7:25, 4:17 mins remaining. QS_2986_ProgressMonitorDialog. time: 7408ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:51.218 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-304_RadioButtonInvokeTwice.test in 3556 (88 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:51.241 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-351_DragAndDropWhereTargetIsTableItem.test (89 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:40:51.250 [INFO] !MESSAGE Pass 89 (141) processed. 0 failed. spent: 7:29, 4:11 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 3556ms [INFO] Pass 89 (141) processed. 0 failed. spent: 7:29, 4:11 mins remaining. RCPTT-304_RadioButtonInvokeTwice. time: 3556ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:55.682 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-351_DragAndDropWhereTargetIsTableItem.test in 3392 (89 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:55.684 [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-31 22:40:55.756 [INFO] !MESSAGE Pass 90 (141) processed. 0 failed. spent: 7:33, 4:06 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 3392ms [INFO] Pass 90 (141) processed. 0 failed. spent: 7:33, 4:06 mins remaining. RCPTT-351_DragAndDropWhereTargetIsTableItem. time: 3392ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:59.830 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-356_Button_Push_Twice.test in 3145 (90 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:40:59.842 [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-31 22:40:59.860 [INFO] !MESSAGE Pass 91 (141) processed. 0 failed. spent: 7:38, 4:01 mins remaining. RCPTT-356_Button_Push_Twice. time: 3145ms [INFO] Pass 91 (141) processed. 0 failed. spent: 7:38, 4:01 mins remaining. RCPTT-356_Button_Push_Twice. time: 3145ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:03.031 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform.test in 2310 (91 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:03.034 [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-31 22:41:03.064 [INFO] !MESSAGE Pass 92 (141) processed. 0 failed. spent: 7:41, 3:55 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 2310ms [INFO] Pass 92 (141) processed. 0 failed. spent: 7:41, 3:55 mins remaining. RCPTT-531_Browser dialogs with Tabs have get-table command failing playback only on Windows platform. time: 2310ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:06.702 [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 2402 (92 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:06.705 [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-31 22:41:06.781 [INFO] !MESSAGE Pass 93 (141) processed. 0 failed. spent: 7:44, 3:49 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 2402ms [INFO] Pass 93 (141) processed. 0 failed. spent: 7:44, 3:49 mins remaining. RCPTT-533_Tesla Recording Error being thrown when interacting with Select File dialog only on Mac and Linux OS platforms. time: 2402ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:10.841 [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 3516 (93 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:10.843 [INFO] !MESSAGE [AUT-0] Starting: RCPTT-640_HandleAsyncGUIExecution.test (94 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:10.886 [INFO] !MESSAGE Pass 94 (141) processed. 0 failed. spent: 7:49, 3:44 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 3516ms [INFO] Pass 94 (141) processed. 0 failed. spent: 7:49, 3:44 mins remaining. RCPTT-625_Recording with StyledText in text-field boxes and ComboToolItem widgets results in ECL task that fails during Playback execution. time: 3516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:12.967 [INFO] !MESSAGE [AUT-0] Finished: RCPTT-640_HandleAsyncGUIExecution.test in 1770 (94 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:12.969 [INFO] !MESSAGE [AUT-0] Starting: SUP1149_ModalDialogAfterEclContext.test (95 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:12.989 [INFO] !MESSAGE Pass 95 (141) processed. 0 failed. spent: 7:51, 3:38 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 1770ms [INFO] Pass 95 (141) processed. 0 failed. spent: 7:51, 3:38 mins remaining. RCPTT-640_HandleAsyncGUIExecution. time: 1770ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:19.185 [INFO] !MESSAGE [AUT-0] Finished: SUP1149_ModalDialogAfterEclContext.test in 4982 (95 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:19.188 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec.test (96 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:19.209 [INFO] !MESSAGE Pass 96 (141) processed. 0 failed. spent: 7:57, 3:34 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 4982ms [INFO] Pass 96 (141) processed. 0 failed. spent: 7:57, 3:34 mins remaining. SUP1149_ModalDialogAfterEclContext. time: 4982ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:36.349 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec.test in 16425 (96 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:36.352 [INFO] !MESSAGE [AUT-0] Starting: SUP527_TimerExec_same.test (97 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:36.357 [INFO] !MESSAGE Pass 97 (141) processed. 0 failed. spent: 8:14, 3:34 mins remaining. SUP527_TimerExec. time: 16425ms [INFO] Pass 97 (141) processed. 0 failed. spent: 8:14, 3:34 mins remaining. SUP527_TimerExec. time: 16425ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:44.302 [INFO] !MESSAGE [AUT-0] Finished: SUP527_TimerExec_same.test in 7111 (97 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:44.304 [INFO] !MESSAGE [AUT-0] Starting: SUP562_allowStatusDialog.test (98 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:44.309 [INFO] !MESSAGE Pass 98 (141) processed. 0 failed. spent: 8:22, 3:30 mins remaining. SUP527_TimerExec_same. time: 7111ms [INFO] Pass 98 (141) processed. 0 failed. spent: 8:22, 3:30 mins remaining. SUP527_TimerExec_same. time: 7111ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:48.967 [INFO] !MESSAGE [AUT-0] Finished: SUP562_allowStatusDialog.test in 3941 (98 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:48.969 [INFO] !MESSAGE [AUT-0] Starting: SUP857_IColorProvider.test (99 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:49.044 [INFO] !MESSAGE Pass 99 (141) processed. 0 failed. spent: 8:27, 3:25 mins remaining. SUP562_allowStatusDialog. time: 3941ms [INFO] Pass 99 (141) processed. 0 failed. spent: 8:27, 3:25 mins remaining. SUP562_allowStatusDialog. time: 3941ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:50.064 [INFO] !MESSAGE [AUT-0] Finished: SUP857_IColorProvider.test in 707 (99 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:50.066 [INFO] !MESSAGE [AUT-0] Starting: ScrolledCompositeTest.test (100 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:50.145 [INFO] !MESSAGE Pass 100 (141) processed. 0 failed. spent: 8:28, 3:19 mins remaining. SUP857_IColorProvider. time: 707ms [INFO] Pass 100 (141) processed. 0 failed. spent: 8:28, 3:19 mins remaining. SUP857_IColorProvider. time: 707ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:53.984 [INFO] !MESSAGE [AUT-0] Finished: ScrolledCompositeTest.test in 2804 (100 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:53.986 [INFO] !MESSAGE [AUT-0] Starting: SectionBaseTest.test (101 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:54.003 [INFO] !MESSAGE Pass 101 (141) processed. 0 failed. spent: 8:32, 3:13 mins remaining. ScrolledCompositeTest. time: 2804ms [INFO] Pass 101 (141) processed. 0 failed. spent: 8:32, 3:13 mins remaining. ScrolledCompositeTest. time: 2804ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:56.604 [INFO] !MESSAGE [AUT-0] Finished: SectionBaseTest.test in 2133 (101 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:56.606 [INFO] !MESSAGE Pass 102 (141) processed. 0 failed. spent: 8:34, 3:14 mins remaining. SectionBaseTest. time: 2133ms [INFO] Pass 102 (141) processed. 0 failed. spent: 8:34, 3:14 mins remaining. SectionBaseTest. time: 2133ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:56.606 [INFO] !MESSAGE [AUT-0] Starting: SectionWithButtonsTest.test (102 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:59.771 [INFO] !MESSAGE [AUT-0] Finished: SectionWithButtonsTest.test in 2631 (102 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:41:59.774 [INFO] !MESSAGE [AUT-0] Starting: Select Color.test (103 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:41:59.810 [INFO] !MESSAGE Pass 103 (141) processed. 0 failed. spent: 8:37, 3:02 mins remaining. SectionWithButtonsTest. time: 2631ms [INFO] Pass 103 (141) processed. 0 failed. spent: 8:37, 3:02 mins remaining. SectionWithButtonsTest. time: 2631ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:02.334 [INFO] !MESSAGE [AUT-0] Finished: Select Color.test in 1712 (103 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:02.337 [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-31 22:42:02.366 [INFO] !MESSAGE Pass 104 (141) processed. 0 failed. spent: 8:40, 2:56 mins remaining. Select Color. time: 1712ms [INFO] Pass 104 (141) processed. 0 failed. spent: 8:40, 2:56 mins remaining. Select Color. time: 1712ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:04.953 [INFO] !MESSAGE [AUT-0] Finished: Select Path in a Directory Dialog.test in 1801 (104 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:04.956 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBox.test (105 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:04.970 [INFO] !MESSAGE Pass 105 (141) processed. 0 failed. spent: 8:43, 2:51 mins remaining. Select Path in a Directory Dialog. time: 1801ms [INFO] Pass 105 (141) processed. 0 failed. spent: 8:43, 2:51 mins remaining. Select Path in a Directory Dialog. time: 1801ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:08.097 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBox.test in 2651 (105 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:08.100 [INFO] !MESSAGE [AUT-0] Starting: SelectFromComboBoxByKeyBoardButton.test (106 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:08.174 [INFO] !MESSAGE Pass 106 (141) processed. 0 failed. spent: 8:46, 2:45 mins remaining. SelectFromComboBox. time: 2651ms [INFO] Pass 106 (141) processed. 0 failed. spent: 8:46, 2:45 mins remaining. SelectFromComboBox. time: 2651ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:11.687 [INFO] !MESSAGE [AUT-0] Finished: SelectFromComboBoxByKeyBoardButton.test in 2549 (106 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:11.690 [INFO] !MESSAGE [AUT-0] Starting: Selectable_Canvas_Test.test (107 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:11.711 [INFO] !MESSAGE Pass 107 (141) processed. 0 failed. spent: 8:49, 2:40 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2549ms [INFO] Pass 107 (141) processed. 0 failed. spent: 8:49, 2:40 mins remaining. SelectFromComboBoxByKeyBoardButton. time: 2549ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:13.269 [INFO] !MESSAGE [AUT-0] Finished: Selectable_Canvas_Test.test in 852 (107 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:13.272 [INFO] !MESSAGE [AUT-0] Starting: SelectionFromFontDialog.test (108 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:13.341 [INFO] !MESSAGE Pass 108 (141) processed. 0 failed. spent: 8:51, 2:34 mins remaining. Selectable_Canvas_Test. time: 852ms [INFO] Pass 108 (141) processed. 0 failed. spent: 8:51, 2:34 mins remaining. Selectable_Canvas_Test. time: 852ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:15.888 [INFO] !MESSAGE [AUT-0] Finished: SelectionFromFontDialog.test in 2034 (108 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:15.890 [INFO] !MESSAGE [AUT-0] Starting: SelectionInComboToolbar.test (109 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:15.945 [INFO] !MESSAGE Pass 109 (141) processed. 0 failed. spent: 8:54, 2:29 mins remaining. SelectionFromFontDialog. time: 2034ms [INFO] Pass 109 (141) processed. 0 failed. spent: 8:54, 2:29 mins remaining. SelectionFromFontDialog. time: 2034ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:19.409 [INFO] !MESSAGE [AUT-0] Finished: SelectionInComboToolbar.test in 2301 (109 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:19.412 [INFO] !MESSAGE [AUT-0] Starting: SelectionInCoolbar.test (110 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:19.437 [INFO] !MESSAGE Pass 110 (141) processed. 0 failed. spent: 8:57, 2:23 mins remaining. SelectionInComboToolbar. time: 2301ms [INFO] Pass 110 (141) processed. 0 failed. spent: 8:57, 2:23 mins remaining. SelectionInComboToolbar. time: 2301ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:22.034 [INFO] !MESSAGE [AUT-0] Finished: SelectionInCoolbar.test in 2219 (110 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:22.037 [INFO] !MESSAGE [AUT-0] Starting: SelectionInDropDownToolbar.test (111 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:22.042 [INFO] !MESSAGE Pass 111 (141) processed. 0 failed. spent: 9:00, 2:18 mins remaining. SelectionInCoolbar. time: 2219ms [INFO] Pass 111 (141) processed. 0 failed. spent: 9:00, 2:18 mins remaining. SelectionInCoolbar. time: 2219ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:25.163 [INFO] !MESSAGE [AUT-0] Finished: SelectionInDropDownToolbar.test in 2237 (111 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:25.166 [INFO] !MESSAGE [AUT-0] Starting: SelectionInToolbar.test (112 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:25.246 [INFO] !MESSAGE Pass 112 (141) processed. 0 failed. spent: 9:03, 2:13 mins remaining. SelectionInDropDownToolbar. time: 2237ms [INFO] Pass 112 (141) processed. 0 failed. spent: 9:03, 2:13 mins remaining. SelectionInDropDownToolbar. time: 2237ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:28.150 [INFO] !MESSAGE [AUT-0] Finished: SelectionInToolbar.test in 1948 (112 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:28.154 [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-31 22:42:28.157 [INFO] !MESSAGE Pass 113 (141) processed. 0 failed. spent: 9:06, 2:08 mins remaining. SelectionInToolbar. time: 1948ms [INFO] Pass 113 (141) processed. 0 failed. spent: 9:06, 2:08 mins remaining. SelectionInToolbar. time: 1948ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:31.778 [INFO] !MESSAGE [AUT-0] Finished: Simple Dialog CellEdit Table Test.test in 3133 (113 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:31.780 [INFO] !MESSAGE [AUT-0] Starting: Single List Test.test (114 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:31.862 [INFO] !MESSAGE Pass 114 (141) processed. 0 failed. spent: 9:10, 2:03 mins remaining. Simple Dialog CellEdit Table Test. time: 3133ms [INFO] Pass 114 (141) processed. 0 failed. spent: 9:10, 2:03 mins remaining. Simple Dialog CellEdit Table Test. time: 3133ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:34.421 [INFO] !MESSAGE [AUT-0] Finished: Single List Test.test in 2258 (114 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:34.424 [INFO] !MESSAGE [AUT-0] Starting: Single Text Test.test (115 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:34.465 [INFO] !MESSAGE Pass 115 (141) processed. 0 failed. spent: 9:12, 1:57 mins remaining. Single List Test. time: 2258ms [INFO] Pass 115 (141) processed. 0 failed. spent: 9:12, 1:57 mins remaining. Single List Test. time: 2258ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:39.594 [INFO] !MESSAGE [AUT-0] Finished: Single Text Test.test in 3923 (115 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:39.597 [INFO] !MESSAGE [AUT-0] Starting: SpinnerTest.test (116 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:39.652 [INFO] !MESSAGE Pass 116 (141) processed. 0 failed. spent: 9:17, 1:53 mins remaining. Single Text Test. time: 3923ms [INFO] Pass 116 (141) processed. 0 failed. spent: 9:17, 1:53 mins remaining. Single Text Test. time: 3923ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:42.726 [INFO] !MESSAGE [AUT-0] Finished: SpinnerTest.test in 2545 (116 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:42.729 [INFO] !MESSAGE [AUT-0] Starting: SquashStyleRanges.test (117 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:42.756 [INFO] !MESSAGE Pass 117 (141) processed. 0 failed. spent: 9:20, 1:48 mins remaining. SpinnerTest. time: 2545ms [INFO] Pass 117 (141) processed. 0 failed. spent: 9:20, 1:48 mins remaining. SpinnerTest. time: 2545ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:43.803 [INFO] !MESSAGE [AUT-0] Finished: SquashStyleRanges.test in 546 (117 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:43.806 [INFO] !MESSAGE [AUT-0] Starting: Styled Text Test.test (118 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:43.858 [INFO] !MESSAGE Pass 118 (141) processed. 0 failed. spent: 9:21, 1:42 mins remaining. SquashStyleRanges. time: 546ms [INFO] Pass 118 (141) processed. 0 failed. spent: 9:21, 1:42 mins remaining. SquashStyleRanges. time: 546ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:48.471 [INFO] !MESSAGE [AUT-0] Finished: Styled Text Test.test in 2922 (118 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:42:48.474 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_Deactivate.test (119 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:42:48.548 [INFO] !MESSAGE Pass 119 (141) processed. 0 failed. spent: 9:26, 1:38 mins remaining. Styled Text Test. time: 2922ms [INFO] Pass 119 (141) processed. 0 failed. spent: 9:26, 1:38 mins remaining. Styled Text Test. time: 2922ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:07.982 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_Deactivate.test in 18563 (119 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:07.985 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test (120 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:08.068 [INFO] !MESSAGE Pass 120 (141) processed. 0 failed. spent: 9:46, 1:36 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 18563ms [INFO] Pass 120 (141) processed. 0 failed. spent: 9:46, 1:36 mins remaining. TableViewer_ApplyValueWithEnterKey_Deactivate. time: 18563ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:18.250 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_EditableFirstColumn.test in 8912 (120 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:18.252 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test (121 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:18.276 [INFO] !MESSAGE Pass 121 (141) processed. 0 failed. spent: 9:56, 1:32 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 8912ms [INFO] Pass 121 (141) processed. 0 failed. spent: 9:56, 1:32 mins remaining. TableViewer_ApplyValueWithEnterKey_EditableFirstColumn. time: 8912ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:35.867 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ApplyValueWithEnterKey_NoDeactivate.test in 17038 (121 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:35.870 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_BaseTest.test (122 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:35.894 [INFO] !MESSAGE Pass 122 (141) processed. 0 failed. spent: 10:14, 1:29 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 17038ms [INFO] Pass 122 (141) processed. 0 failed. spent: 10:14, 1:29 mins remaining. TableViewer_ApplyValueWithEnterKey_NoDeactivate. time: 17038ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:38.359 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_BaseTest.test in 1742 (122 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:38.361 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditor.test (123 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:38.424 [INFO] !MESSAGE Pass 123 (141) processed. 0 failed. spent: 10:16, 1:23 mins remaining. TableViewer_BaseTest. time: 1742ms [INFO] Pass 123 (141) processed. 0 failed. spent: 10:16, 1:23 mins remaining. TableViewer_BaseTest. time: 1742ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:41.485 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditor.test in 2588 (123 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:41.487 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckBoxCellEditorWithImage.test (124 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:41.528 [INFO] !MESSAGE Pass 124 (141) processed. 0 failed. spent: 10:19, 1:18 mins remaining. TableViewer_CheckBoxCellEditor. time: 2588ms [INFO] Pass 124 (141) processed. 0 failed. spent: 10:19, 1:18 mins remaining. TableViewer_CheckBoxCellEditor. time: 2588ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:45.107 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckBoxCellEditorWithImage.test in 2819 (124 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:45.110 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckCellEditor.test (125 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:45.133 [INFO] !MESSAGE Pass 125 (141) processed. 0 failed. spent: 10:23, 1:13 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 2819ms [INFO] Pass 125 (141) processed. 0 failed. spent: 10:23, 1:13 mins remaining. TableViewer_CheckBoxCellEditorWithImage. time: 2819ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:53.345 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckCellEditor.test in 6896 (125 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:53.348 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnColors.test (126 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:53.428 [INFO] !MESSAGE Pass 126 (141) processed. 0 failed. spent: 10:31, 1:09 mins remaining. TableViewer_CheckCellEditor. time: 6896ms [INFO] Pass 126 (141) processed. 0 failed. spent: 10:31, 1:09 mins remaining. TableViewer_CheckCellEditor. time: 6896ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:55.974 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnColors.test in 1784 (126 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:55.977 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnText.test (127 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:56.032 [INFO] !MESSAGE Pass 127 (141) processed. 0 failed. spent: 10:34, 1:03 mins remaining. TableViewer_CheckColumnColors. time: 1784ms [INFO] Pass 127 (141) processed. 0 failed. spent: 10:34, 1:03 mins remaining. TableViewer_CheckColumnColors. time: 1784ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:59.112 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnText.test in 2716 (127 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:43:59.141 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_CheckColumnTitles.test (128 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:43:59.143 [INFO] !MESSAGE Pass 128 (141) processed. 0 failed. spent: 10:37, 0:58 mins remaining. TableViewer_CheckColumnText. time: 2716ms [INFO] Pass 128 (141) processed. 0 failed. spent: 10:37, 0:58 mins remaining. TableViewer_CheckColumnText. time: 2716ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:01.790 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_CheckColumnTitles.test in 1879 (128 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:01.793 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ColorCellEditor.test (129 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:01.841 [INFO] !MESSAGE Pass 129 (141) processed. 0 failed. spent: 10:39, 0:53 mins remaining. TableViewer_CheckColumnTitles. time: 1879ms [INFO] Pass 129 (141) processed. 0 failed. spent: 10:39, 0:53 mins remaining. TableViewer_CheckColumnTitles. time: 1879ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:05.421 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ColorCellEditor.test in 3126 (129 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:05.424 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor.test (130 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:05.445 [INFO] !MESSAGE Pass 130 (141) processed. 0 failed. spent: 10:43, 0:48 mins remaining. TableViewer_ColorCellEditor. time: 3126ms [INFO] Pass 130 (141) processed. 0 failed. spent: 10:43, 0:48 mins remaining. TableViewer_ColorCellEditor. time: 3126ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:08.552 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor.test in 2516 (130 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:08.555 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_ComboBoxCellEditor_EditWithKey.test (131 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:08.649 [INFO] !MESSAGE Pass 131 (141) processed. 0 failed. spent: 10:46, 0:43 mins remaining. TableViewer_ComboBoxCellEditor. time: 2516ms [INFO] Pass 131 (141) processed. 0 failed. spent: 10:46, 0:43 mins remaining. TableViewer_ComboBoxCellEditor. time: 2516ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:11.308 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_ComboBoxCellEditor_EditWithKey.test in 2367 (131 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:11.310 [INFO] !MESSAGE [AUT-0] Starting: TableViewer_SortColumnValues.test (132 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:11.386 [INFO] !MESSAGE Pass 132 (141) processed. 0 failed. spent: 10:49, 0:38 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 2367ms [INFO] Pass 132 (141) processed. 0 failed. spent: 10:49, 0:38 mins remaining. TableViewer_ComboBoxCellEditor_EditWithKey. time: 2367ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:14.467 [INFO] !MESSAGE [AUT-0] Finished: TableViewer_SortColumnValues.test in 2571 (132 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:14.471 [INFO] !MESSAGE [AUT-0] Starting: Time Test.test (133 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:14.490 [INFO] !MESSAGE Pass 133 (141) processed. 0 failed. spent: 10:52, 0:33 mins remaining. TableViewer_SortColumnValues. time: 2571ms [INFO] Pass 133 (141) processed. 0 failed. spent: 10:52, 0:33 mins remaining. TableViewer_SortColumnValues. time: 2571ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:17.997 [INFO] !MESSAGE [AUT-0] Finished: Time Test.test in 2324 (133 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:18.000 [INFO] !MESSAGE [AUT-0] Starting: Toggle.test (134 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:18.022 [INFO] !MESSAGE Pass 134 (141) processed. 0 failed. spent: 10:56, 0:28 mins remaining. Time Test. time: 2324ms [INFO] Pass 134 (141) processed. 0 failed. spent: 10:56, 0:28 mins remaining. Time Test. time: 2324ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:20.614 [INFO] !MESSAGE [AUT-0] Finished: Toggle.test in 2051 (134 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:20.617 [INFO] !MESSAGE [AUT-0] Starting: Tree With Slashes Test.test (135 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:20.642 [INFO] !MESSAGE Pass 135 (141) processed. 0 failed. spent: 10:58, 0:24 mins remaining. Toggle. time: 2051ms [INFO] Pass 135 (141) processed. 0 failed. spent: 10:58, 0:24 mins remaining. Toggle. time: 2051ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:23.747 [INFO] !MESSAGE [AUT-0] Finished: Tree With Slashes Test.test in 2670 (135 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:23.749 [INFO] !MESSAGE [AUT-0] Starting: TreeCellEditorsNewTest.test (136 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:23.846 [INFO] !MESSAGE Pass 136 (141) processed. 0 failed. spent: 11:01, 0:19 mins remaining. Tree With Slashes Test. time: 2670ms [INFO] Pass 136 (141) processed. 0 failed. spent: 11:01, 0:19 mins remaining. Tree With Slashes Test. time: 2670ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:31.892 [INFO] !MESSAGE [AUT-0] Finished: TreeCellEditorsNewTest.test in 6853 (136 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:31.895 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_CheckingInTree.test (137 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:31.950 [INFO] !MESSAGE Pass 137 (141) processed. 0 failed. spent: 11:10, 0:14 mins remaining. TreeCellEditorsNewTest. time: 6853ms [INFO] Pass 137 (141) processed. 0 failed. spent: 11:10, 0:14 mins remaining. TreeCellEditorsNewTest. time: 6853ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:35.526 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_CheckingInTree.test in 3064 (137 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:35.531 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_Selection.test (138 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:35.554 [INFO] !MESSAGE Pass 138 (141) processed. 0 failed. spent: 11:13, 0:09 mins remaining. TreeViewer_CheckingInTree. time: 3064ms [INFO] Pass 138 (141) processed. 0 failed. spent: 11:13, 0:09 mins remaining. TreeViewer_CheckingInTree. time: 3064ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:38.685 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_Selection.test in 2555 (138 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:38.688 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SelectionByKeyBoardButtons.test (139 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:39.024 [INFO] !MESSAGE Pass 139 (141) processed. 0 failed. spent: 11:17, 0:04 mins remaining. TreeViewer_Selection. time: 2555ms [INFO] Pass 139 (141) processed. 0 failed. spent: 11:17, 0:04 mins remaining. TreeViewer_Selection. time: 2555ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:45.164 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SelectionByKeyBoardButtons.test in 5627 (139 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:45.167 [INFO] !MESSAGE [AUT-0] Starting: TreeViewer_SetDataInCell.test (140 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:45.246 [INFO] !MESSAGE Pass 140 (141) processed. 0 failed. spent: 11:23, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 5627ms [INFO] Pass 140 (141) processed. 0 failed. spent: 11:23, 0:00 mins remaining. TreeViewer_SelectionByKeyBoardButtons. time: 5627ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:50.803 [INFO] !MESSAGE [AUT-0] Finished: TreeViewer_SetDataInCell.test in 5074 (140 from 141) [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 4 0 2024-05-31 22:44:50.853 [INFO] !MESSAGE Pass 141 (141) processed. 0 failed. spent: 11:28, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 5074ms [INFO] Pass 141 (141) processed. 0 failed. spent: 11:28, 0:00 mins remaining. TreeViewer_SetDataInCell. time: 5074ms [INFO] [INFO] !ENTRY org.eclipse.rcptt.runner 1 0 2024-05-31 22:44:50.855 [INFO] !MESSAGE Shut down AUTs: executed [INFO] Process terminated. Shut down AUTs [INFO] Finished at Fri May 31 22:45:32 UTC 2024 [INFO] [INFO] !ENTRY org.eclipse.core.resources 2 10035 2024-05-31 22:45:33.499 [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 15 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 10 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 12 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 31 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 14 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.6 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 7.6 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 6.4 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 6.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 6.9 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 172 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 6.1 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 2.1 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.6 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-profile/2.0.2/maven-profile-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/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-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-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/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-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/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-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-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-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/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-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/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-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-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-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-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/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-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/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 291 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/apache/maven/maven-profile/2.0.2/maven-profile-2.0.2.jar (30 kB at 177 kB/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/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 752 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.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-model/2.0.2/maven-model-2.0.2.jar (80 kB at 296 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] 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 389 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-core/2.0.2/maven-core-2.0.2.jar (136 kB at 492 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-settings/2.0.2/maven-settings-2.0.2.jar (44 kB at 149 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-plugin-parameter-documenter/2.0.2/maven-plugin-parameter-documenter-2.0.2.jar (16 kB at 45 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/maven-error-diagnostics/2.0.2/maven-error-diagnostics-2.0.2.jar (8.6 kB at 24 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/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.jar (5.0 kB at 14 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-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 50 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] 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 58 kB/s) [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-descriptor/2.0.2/maven-plugin-descriptor-2.0.2.jar (32 kB at 76 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 182 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 12 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 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 574 kB/s) [INFO] /home/jenkins/agent/workspace/master/m2/com/xored/q7/quality/tests removed. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:01 min [INFO] Finished at: 2024-05-31T22:45:44Z [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=202405311411 + echo 2.5.5 [Pipeline] sh + . repository/full/target/publisher.properties ++ productVersion=2.5.5 ++ productQualifier=202405311411 + echo 202405311411 [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-txjq6-slcb4 Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-enhNzWgoCBxL/agent.535; export SSH_AUTH_SOCK; SSH_AGENT_PID=536; export SSH_AGENT_PID; echo Agent pid 536; SSH_AUTH_SOCK=/tmp/ssh-enhNzWgoCBxL/agent.535 SSH_AGENT_PID=536 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_17730301132203398827.key (/home/jenkins/agent/workspace/master@tmp/private_key_17730301132203398827.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-txjq6-slcb4 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-txjq6-slcb4 Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-d7oIXYct71dL/agent.598; export SSH_AUTH_SOCK; SSH_AGENT_PID=599; export SSH_AGENT_PID; echo Agent pid 599; SSH_AUTH_SOCK=/tmp/ssh-d7oIXYct71dL/agent.598 SSH_AGENT_PID=599 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_7253905953812383394.key (/home/jenkins/agent/workspace/master@tmp/private_key_7253905953812383394.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/202405311411 + echo nightly 2.5.5-N202405311411 does not exist yet nightly 2.5.5-N202405311411 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/202405311411 [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405311411/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/202405311411/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/202405311411/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/202405311411/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/202405311411/repository-2.5.5-N202405311411.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/202405311411/runner/rcptt.runner-2.5.5-N202405311411.zip [Pipeline] sh + ssh genie.rcptt@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/rcptt/nightly/2.5.5/202405311411/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/202405311411/ide/rcptt.ide-2.5.5-N202405311411-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/202405311411/ide/rcptt.ide-2.5.5-N202405311411-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/202405311411/ide/rcptt.ide-2.5.5-N202405311411-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/202405311411/ide/rcptt.ide-2.5.5-N202405311411-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/202405311411/full [Pipeline] } Executing sh script inside container jnlp of pod rcptt-build-and-deploy-agent-3.5.4-txjq6-slcb4 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-txjq6-slcb4 Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-ykOyzo5OkzYd/agent.888; export SSH_AUTH_SOCK; SSH_AGENT_PID=889; export SSH_AGENT_PID; echo Agent pid 889; SSH_AUTH_SOCK=/tmp/ssh-ykOyzo5OkzYd/agent.888 SSH_AGENT_PID=889 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_4787399777121000050.key (/home/jenkins/agent/workspace/master@tmp/private_key_4787399777121000050.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-txjq6-slcb4 Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 889 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-txjq6-slcb4 Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-JIAuTNsBlVt0/agent.934; export SSH_AUTH_SOCK; SSH_AGENT_PID=935; export SSH_AGENT_PID; echo Agent pid 935; SSH_AUTH_SOCK=/tmp/ssh-JIAuTNsBlVt0/agent.934 SSH_AGENT_PID=935 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/master@tmp/private_key_5596017477122936844.key (/home/jenkins/agent/workspace/master@tmp/private_key_5596017477122936844.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-txjq6-slcb4 Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 935 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 306 B/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-20240531.225021-329.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-20240531.225021-329.pom (1.7 kB at 3.7 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 1.8 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 4.7 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 3.0 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 72 B/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-20240531.225105-329.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-20240531.225105-329.zip (159 MB at 15 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-20240531.225105-329.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-20240531.225105-329.pom (1.3 kB at 27 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 3.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 9.5 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 4.8 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] runner 2.5.5-SNAPSHOT .............................. SUCCESS [ 3.875 s] [INFO] runner ............................................. SUCCESS [ 0.442 s] [INFO] org.eclipse.rcptt.runner ........................... SUCCESS [ 14.088 s] [INFO] runner.features .................................... SUCCESS [ 0.012 s] [INFO] org.eclipse.rcptt.runner.integration ............... SUCCESS [ 0.878 s] [INFO] org.eclipse.rcptt.runner.headless .................. SUCCESS [ 2.686 s] [INFO] rcptt.runner 2.5.5-SNAPSHOT ........................ SUCCESS [ 35.931 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:41 min [INFO] Finished at: 2024-05-31T22:51:16Z [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 5.9 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 168 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 1.5 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 15 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-20240531.225126-328.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-20240531.225126-328.pom (2.5 kB at 15 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 3.9 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 1.4 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 5.4 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 7.6 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-20240531.225135-328.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-20240531.225135-328.jar (23 kB at 347 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-20240531.225135-328.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-20240531.225135-328.pom (1.5 kB at 31 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 6.9 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 962 B/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 1.1 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 161 B/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-20240531.225151-328.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-20240531.225151-328.jar (39 kB at 337 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-20240531.225151-328.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-20240531.225151-328.pom (1.8 kB at 28 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 7.2 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 9.0 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 11 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 8.1 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 5.2 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] RCPTT maven support modules 2.5.5-SNAPSHOT ......... SUCCESS [ 5.028 s] [INFO] Utilities for RCPTT-related maven plugins .......... SUCCESS [ 9.006 s] [INFO] RCPTT runner maven plugin 2.5.5-SNAPSHOT ........... SUCCESS [ 15.937 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30.483 s [INFO] Finished at: 2024-05-31T22:51:52Z [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 129729 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:03 /usr/bin/python /headless/noVNC/utils/websockify/run --web /headless/noVNC/utils/../ 6901 localhost:5901 43 pts/0 S+ 13:53 /usr/bin/Xvnc :1 -auth /headless/.Xauthority -depth 24 -desktop rcptt-build-and-deploy-agent-3.5.4-txjq6-slcb4: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 58 pts/0 S+ 0:00 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc --replace 82 pts/0 Sl+ 0:00 xfce4-session 94 pts/0 S+ 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session xfce4-session 96 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session 99 pts/0 S+ 0:00 /usr/bin/dbus-launch --exit-with-session x-session-manager 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+ 1:12 xfwm4 120 pts/0 S+ 0:00 xfce4-panel 123 ? 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:16 xfdesktop 130 ? Ssl 0:00 xfsettingsd 137 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 145 pts/0 S+ 0:00 xfce4-panel 148 pts/0 S+ 0:00 Thunar --daemon 156 ? Ss 0:00 xfsettingsd 161 pts/0 Sl+ 0:00 /usr/lib/x86_64-linux-gnu/xfce4/panel/migrate 168 ? Sl 0:00 /usr/lib/gvfs/gvfsd 187 ? 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.12 /org/gtk/gvfs/exec_spaw/0 212 ? Sl 0:00 /usr/lib/gvfs/gvfsd-metadata 2659 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher 2664 ? S 0:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3 2666 ? Sl 0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session 129649 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-result.txt'; wait) >&- 2>&- & 129651 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-4e3b15a7/jenkins-result.txt'; wait) >&- 2>&- & 129713 ? S 0:00 sleep 3 129724 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-result.txt'; wait) >&- 2>&- & 129726 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-863ef6eb/jenkins-result.txt'; wait) >&- 2>&- & 129730 ? S 0:00 sleep 3 129752 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-result.txt'; wait) >&- 2>&- & 129754 ? S 0:00 sh -c (cp '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/script.sh' '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/script.sh.copy'; { while [ -d '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d' -a \! -f '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-result.txt' ]; do touch '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-log.txt'; sleep 3; done } & jsc=durable-c61f84fa36db21c9599d2c8840255369c94be45850187859ade61994c27f9441; JENKINS_SERVER_COOKIE=$jsc 'sh' -xe '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/script.sh.copy' > '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-log.txt' 2>&1; echo $? > '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-result.txt.tmp'; mv '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-result.txt.tmp' '/home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/jenkins-result.txt'; wait) >&- 2>&- & 129755 ? S 0:00 sh -xe /home/jenkins/agent/workspace/master@tmp/durable-e59cfd3d/script.sh.copy 129757 ? R 0:00 ps x 129758 ? 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